16
0
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:
2025-09-30 21:43:25 +02:00
parent 7b8fa3f226
commit d928148fd0
2 changed files with 19 additions and 2 deletions

View File

@@ -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 };