1
0

More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future.

Also had to undefine TOLUA_TEMPLATE_BIND a couple of times.
This commit is contained in:
Samuel Barney
2014-03-25 11:15:05 -06:00
parent 71e9133e49
commit eb3cc729d4
16 changed files with 20 additions and 15 deletions

View File

@@ -59,9 +59,10 @@
#ifndef __APPLE__
/// Up to this many m_SpreadQueue elements are handled each world tick
const int MAX_LIGHTING_SPREAD_PER_TICK = 10;
#endif
const int TIME_SUNSET = 12000;
const int TIME_NIGHT_START = 13187;