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))