| 69 | } |
| 70 | |
| 71 | static void loc_4BECDE() |
| 72 | { |
| 73 | SceneManager::addSceneFlags(SceneManager::Flags::driverCheatEnabled); |
| 74 | |
| 75 | Audio::playSound(Audio::SoundId::clickPress, Audio::ChannelId::ui, Ui::width() / 2); |
| 76 | } |
| 77 | |
| 78 | static void loc_4BED04() |
| 79 | { |
nothing calls this directly
no test coverage detected