mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 07:07:10 +00:00
Fix MSVC8 warning
svn-id: r27633
This commit is contained in:
parent
cd8f5dc521
commit
b85320fa69
@ -56,7 +56,7 @@ int SagaEngine::processInput() {
|
||||
switch (event.kbd.keycode) {
|
||||
case Common::KEYCODE_HASH:
|
||||
case Common::KEYCODE_BACKQUOTE:
|
||||
case '~': // Has no KEYCODE constant
|
||||
case Common::KEYCODE_QUOTE: // tilde ("~")
|
||||
_console->attach();
|
||||
break;
|
||||
case Common::KEYCODE_r:
|
||||
|
Loading…
Reference in New Issue
Block a user