diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/GridDefines.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/GridDefines.h b/src/game/GridDefines.h index 26168651d8a..661dc863d1a 100644 --- a/src/game/GridDefines.h +++ b/src/game/GridDefines.h @@ -34,7 +34,8 @@ class Pet; class Player; //comment the next line if CPU usage is too high -#define LARGE_CELL +//uncomment it otherwise +//#define LARGE_CELL #ifdef LARGE_CELL #define MAX_NUMBER_OF_CELLS 4 |