16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 17:09:19 +02:00

Added sound of working retarder

This commit is contained in:
Królik Uszasty
2021-02-13 23:52:53 +01:00
parent 3d15cf3672
commit 6bceaa536e
2 changed files with 22 additions and 2 deletions

View File

@@ -404,6 +404,7 @@ private:
sound_source radiator_fan_aux { sound_placement::engine };
sound_source transmission { sound_placement::engine };
sound_source rsEngageSlippery { sound_placement::engine }; // moved from cab
sound_source retarder { sound_placement::engine };
void position( glm::vec3 const Location );
void render( TMoverParameters const &Vehicle, double const Deltatime );