From 098c8ddf4a81d5cb68d01e081f02e6708fabf0a1 Mon Sep 17 00:00:00 2001 From: tovjemam Date: Mon, 22 Jun 2026 19:16:19 +0200 Subject: [PATCH] =?UTF-8?q?Add=20vrta=C4=8Dka=20sound?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/game/tuning_world.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/game/tuning_world.cpp b/src/game/tuning_world.cpp index 960b01b..716ede8 100644 --- a/src/game/tuning_world.cpp +++ b/src/game/tuning_world.cpp @@ -128,6 +128,9 @@ void game::TuningWorld::OpenGroupMenu(const VehicleTuningGroup& group) btn.SetSelection(state_text); mounted_part_menu_item_ = &btn; + + // play vrtačka sound + vehicle_->PlaySound("tuning"); }); if (GetPartState(group.id, part_id, &state_text))