mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 03:29:19 +02:00
Add wiper sounds (from/to park)
This commit is contained in:
3
DynObj.h
3
DynObj.h
@@ -547,7 +547,10 @@ private:
|
||||
sound_source rsSlippery { sound_placement::external, EU07_SOUND_BRAKINGCUTOFFRANGE }; // moved from cab
|
||||
sound_source sSand { sound_placement::external };
|
||||
sound_source sWiperToPark { sound_placement::internal };
|
||||
bool sWiperToParkPlayed{false};
|
||||
sound_source sWiperFromPark { sound_placement::internal };
|
||||
bool sWiperFromParkPlayed{false};
|
||||
|
||||
// moving part and other external sounds
|
||||
sound_source m_startjolt { sound_placement::general }; // movement start jolt, played once on initial acceleration at slow enough speed
|
||||
bool m_startjoltplayed { false };
|
||||
|
||||
Reference in New Issue
Block a user