From a6619b4120355db0980e43c74c4e5aba354c615b Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Wed, 31 Dec 2008 15:15:49 +0100 Subject: *Added configurable options for large cells - by XTZGZoReX --HG-- branch : trunk --- src/game/GridDefines.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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 -- cgit v1.2.3