Fixed: #919 egs warning by kerozcak

hg/feature/sound
vl 15 years ago
parent a819027d72
commit 2213015d4a

@ -34,6 +34,7 @@ namespace BACK_COMPAT
// !!! DO NOT EDIT THIS TABLE !!!
static const string OldPlaces[] =
{
/*
"region_groveofconfusion",
"region_hiddensource",
"region_hereticshovel",
@ -551,6 +552,7 @@ static const string OldPlaces[] =
"goo_border_24",
"goo_border_23",
"goo_border_22"
*/
};
static vector<uint16> OldToNewPlaceId;

@ -34,6 +34,7 @@ namespace BACK_COMPAT
// !!! DO NOT EDIT THIS TABLE !!!
static const string OldSpawnZones[] =
{
/*
"spawn_global_fyros_matis",
"spawn_global_tryker_matis",
"spawn_global_bagne_matis",
@ -615,6 +616,7 @@ static const string OldSpawnZones[] =
"spawn_outpost_prime_root_01",
"spawn_outpost_prime_root_02",
"spawn_outpost_prime_root_03"
*/
};
static vector<uint16> OldToNewSpawnZoneId;

Loading…
Cancel
Save