Load team zones.

This commit is contained in:
momo5502
2016-10-31 15:02:32 +01:00
parent 0c419b9907
commit 7aba6250f6
4 changed files with 65 additions and 14 deletions

View File

@ -3009,14 +3009,22 @@ namespace Game
{
char uiName[32];
char mapName[16];
char pad[2768];
char description[32];
char mapimage[32];
char keys[32][16];
char values[32][64];
char pad[144];
};
struct newMapArena_t
{
char uiName[32];
char oldMapName[16];
char other[2768];
char description[32];
char mapimage[32];
char keys[32][16];
char values[32][64];
char other[144];
char mapName[32];
};