mirror of
https://github.com/halpz/re3.git
synced 2024-12-27 18:25:28 +00:00
fix memory corruption
This commit is contained in:
parent
bb55430f75
commit
15520fe77d
|
@ -57,6 +57,7 @@ cAudioManager::InitialisePoliceRadioZones()
|
|||
SETZONESFX(11, "PROJECT", SFX_POLICE_RADIO_WICHITA_GARDENS);
|
||||
SETZONESFX(12, "AIRPORT", SFX_POLICE_RADIO_FRANCIS_INTERNATIONAL_AIRPORT);
|
||||
SETZONESFX(13, "PORT_W", SFX_POLICE_RADIO_CALLAHAN_POINT);
|
||||
/*
|
||||
SETZONESFX(14, "PORT_S", SFX_POLICE_RADIO_ATLANTIC_QUAYS);
|
||||
SETZONESFX(15, "PORT_E", SFX_POLICE_RADIO_PORTLAND_HARBOUR);
|
||||
SETZONESFX(16, "PORT_I", SFX_POLICE_RADIO_TRENTON);
|
||||
|
@ -78,6 +79,7 @@ cAudioManager::InitialisePoliceRadioZones()
|
|||
SETZONESFX(32, "A", SFX_POLICE_RADIO_ROCKFORD);
|
||||
SETZONESFX(33, "A", SFX_POLICE_RADIO_ROCKFORD);
|
||||
SETZONESFX(34, "A", SFX_POLICE_RADIO_ROCKFORD);
|
||||
*/
|
||||
|
||||
#undef SETZONESFX
|
||||
|
||||
|
|
Loading…
Reference in a new issue