mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 03:29:19 +02:00
FS#124 Added sound entry for engine shutdown event.
This commit is contained in:
1
DynObj.h
1
DynObj.h
@@ -335,6 +335,7 @@ private:
|
||||
sound_source rsWentylator { sound_placement::engine }; // McZapkie-030302
|
||||
sound_source engine { sound_placement::engine }; // generally diesel engine
|
||||
sound_source engine_ignition { sound_placement::engine }; // moved from cab
|
||||
sound_source engine_shutdown { sound_placement::engine };
|
||||
bool engine_state_last { false }; // helper, cached previous state of the engine
|
||||
double engine_volume { 0.0 }; // MC: pomocnicze zeby gladziej silnik buczal
|
||||
sound_source engine_revving { sound_placement::engine }; // youBy
|
||||
|
||||
Reference in New Issue
Block a user