diff options
author | megamage <none@none> | 2008-12-21 13:39:00 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-21 13:39:00 -0600 |
commit | 77cd31a92bb01cbb264335428226b651ddf1aa06 (patch) | |
tree | 935d31188b83dd3c184b1dceef19d71c7c35a486 /src | |
parent | 81a860e781b3b8e0b1daa20e8ab86c92c03f9e07 (diff) |
*User small cell size as default.
--HG--
branch : trunk
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 |