mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 07:10:43 +00:00
ScriptSounds
This commit is contained in:
@ -663,6 +663,7 @@ PlayAnnouncement(uint8 sound, uint8 station)
|
||||
void
|
||||
ProcessTrainAnnouncements(void)
|
||||
{
|
||||
#ifdef GTA_TRAIN
|
||||
for (int i = 0; i < ARRAY_SIZE(StationDist); i++) {
|
||||
for (int j = 0; j < ARRAY_SIZE(EngineTrackPosition); j++) {
|
||||
if (!bTrainArrivalAnnounced[i]) {
|
||||
@ -691,6 +692,7 @@ ProcessTrainAnnouncements(void)
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user