[9103] Make gcc happy with muti-byte char casts and use more readable magic strings.

This commit is contained in:
VladimirMangos 2010-01-02 20:26:32 +03:00
parent 7496a6b91b
commit aa372cbfda
3 changed files with 14 additions and 14 deletions

View file

@ -71,12 +71,6 @@ typedef MaNGOS::SingleThreaded<GridRWLock>::Lock NullGuard;
//******************************************
// Map file format defines
//******************************************
#define MAP_MAGIC 'SPAM'
#define MAP_VERSION_MAGIC '0.1w'
#define MAP_AREA_MAGIC 'AERA'
#define MAP_HEIGHT_MAGIC 'TGHM'
#define MAP_LIQUID_MAGIC 'QILM'
struct map_fileheader
{
uint32 mapMagic;