Tools/mmaps_generator: fixed processing liquids broken in e5d23103f3

This commit is contained in:
Ovahlord
2018-04-08 16:30:22 +02:00
parent d6281d4fb4
commit e8586b0bcb
5 changed files with 116 additions and 94 deletions

View File

@@ -46,7 +46,7 @@
#include "WeatherMgr.h"
u_map_magic MapMagic = { {'M','A','P','S'} };
u_map_magic MapVersionMagic = { {'v','1','.','6'} };
u_map_magic MapVersionMagic = { {'v','1','.','7'} };
u_map_magic MapAreaMagic = { {'A','R','E','A'} };
u_map_magic MapHeightMagic = { {'M','H','G','T'} };
u_map_magic MapLiquidMagic = { {'M','L','I','Q'} };