Turn Fog Debug and Grid back off by default
This commit is contained in:
parent
bfb0cc6852
commit
73cfd68f82
2 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@
|
|||
|
||||
#define noUSE_TILECACHE /// defined use tile cache
|
||||
#define USE_SMART_TILECACHE /// defined use a smart tile cache
|
||||
#define GRID 1 /// Map is shown with a grid, if 1
|
||||
#define noGRID 1 /// Map is shown with a grid, if 1
|
||||
|
||||
|
||||
#ifdef DEBUG
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
#ifdef DEBUG
|
||||
|
||||
// Use this to see FOW visibility for every tile
|
||||
#define DEBUG_FOG_OF_WAR
|
||||
#define noDEBUG_FOG_OF_WAR
|
||||
|
||||
#define noTIMEIT /// defined time function
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue