[7291] Better map height calculation by use client data format.

Need re extract map files by use new ad.exe
Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
DiSlord 2009-02-17 21:06:09 +03:00
parent 12e27aecee
commit 946e4fb036
7 changed files with 80 additions and 108 deletions

View file

@ -49,7 +49,7 @@ class Player;
#define TOTAL_NUMBER_OF_CELLS_PER_MAP (MAX_NUMBER_OF_GRIDS*MAX_NUMBER_OF_CELLS)
#define MAP_RESOLUTION 256
#define MAP_RESOLUTION 128
#define MAP_SIZE (SIZE_OF_GRIDS*MAX_NUMBER_OF_GRIDS)
#define MAP_HALFSIZE (MAP_SIZE/2)