mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Fix shortcuts not working sometimes
This commit is contained in:
@ -305,6 +305,7 @@ CKeyShortcut::CKeyShortcut()
|
||||
|
||||
CKeyShortcut::CKeyShortcut(EShortcut key)
|
||||
: assignedKey(key)
|
||||
, shortcutPressed(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user