Turn Fog Debug and Grid back off by default

This commit is contained in:
mr-russ 2003-09-14 22:25:41 +00:00
parent bfb0cc6852
commit 73cfd68f82
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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