mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
MM: MM1: Fix Unhandled Case in Switch GCC Compiler Warnings
This commit is contained in:
parent
34e2d342c5
commit
afadfc5d52
@ -99,6 +99,8 @@ bool CharacterManage::msgKeypress(const KeypressMessage &msg) {
|
||||
case Common::KEYCODE_d:
|
||||
setMode(DELETE);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user