Include build in to .map files data.

This let not update map fiels format version at switch to new build
for prevent use wrong .map files. Build checked at loading.
This commit is contained in:
VladimirMangos 2010-02-03 14:40:53 +03:00
parent baab45c0e6
commit 55bc9e8da7
5 changed files with 28 additions and 17 deletions

View file

@ -54,6 +54,7 @@ struct map_fileheader
{
uint32 mapMagic;
uint32 versionMagic;
uint32 buildMagic;
uint32 areaMapOffset;
uint32 areaMapSize;
uint32 heightMapOffset;