mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Fix power gen fan sound
* Stop fan sound when switching sector * Start fan sound when loading a save where current sector is power gen sector
This commit is contained in:
@@ -3420,7 +3420,10 @@ void TrashWorld( void )
|
||||
//Remove the schedules
|
||||
DestroyAllSchedules();
|
||||
#ifdef JA2UB
|
||||
//Ja25 no meanwhiles
|
||||
//Ja25 no meanwhiles
|
||||
// But DO turn off powergen fan sound
|
||||
extern void HandleRemovingPowerGenFanSound();
|
||||
HandleRemovingPowerGenFanSound();
|
||||
#else
|
||||
// on trash world sheck if we have to set up the first meanwhile
|
||||
HandleFirstMeanWhileSetUpWithTrashWorld( );
|
||||
|
||||
Reference in New Issue
Block a user