Hold block added
This commit is contained in:
@ -848,8 +848,8 @@ int main(int, char **)
|
||||
SoundEffectManager::instance().setEnabled(!SoundEffectManager::instance().isEnabled());
|
||||
Settings::instance().setSoundEnabled(SoundEffectManager::instance().isEnabled());
|
||||
}
|
||||
// Disable H-help shortcut on the main menu; keep it elsewhere
|
||||
if (e.key.scancode == SDL_SCANCODE_H && state != AppState::Loading && state != AppState::Menu)
|
||||
// Help overlay toggle: F1 (keep it disabled on Loading/Menu)
|
||||
if (e.key.scancode == SDL_SCANCODE_F1 && state != AppState::Loading && state != AppState::Menu)
|
||||
{
|
||||
showHelpOverlay = !showHelpOverlay;
|
||||
if (state == AppState::Playing) {
|
||||
|
||||
Reference in New Issue
Block a user