mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[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:
parent
12e27aecee
commit
946e4fb036
7 changed files with 80 additions and 108 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue