removed s shortcut for sound fx toggle
This commit is contained in:
@ -775,7 +775,8 @@ void TetrisApp::Impl::runLoop()
|
||||
Settings::instance().setMusicEnabled(true);
|
||||
}
|
||||
}
|
||||
if (e.key.scancode == SDL_SCANCODE_S)
|
||||
// K: Toggle sound effects (S is reserved for co-op movement)
|
||||
if (e.key.scancode == SDL_SCANCODE_K)
|
||||
{
|
||||
SoundEffectManager::instance().setEnabled(!SoundEffectManager::instance().isEnabled());
|
||||
Settings::instance().setSoundEnabled(SoundEffectManager::instance().isEnabled());
|
||||
|
||||
Reference in New Issue
Block a user