diff options
author | Blaymoira <none@none> | 2008-12-31 15:15:49 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2008-12-31 15:15:49 +0100 |
commit | a6619b4120355db0980e43c74c4e5aba354c615b (patch) | |
tree | d1d45b2214ec6847fe6df8bd7c251564a1570025 /src | |
parent | 6f0b9fe9444653455f336554aa1edb262a1e91b6 (diff) |
*Added configurable options for large cells - by XTZGZoReX
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/GridDefines.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/GridDefines.h b/src/game/GridDefines.h index 661dc863d1a..a68ecb4da97 100644 --- a/src/game/GridDefines.h +++ b/src/game/GridDefines.h @@ -33,10 +33,6 @@ class GameObject; class Pet; class Player; -//comment the next line if CPU usage is too high -//uncomment it otherwise -//#define LARGE_CELL - #ifdef LARGE_CELL #define MAX_NUMBER_OF_CELLS 4 #define CENTER_GRID_CELL_ID 128 |