MM: MM1: Fix Unhandled Case in Switch GCC Compiler Warnings

This commit is contained in:
D G Turner 2023-03-06 16:00:59 +00:00
parent 34e2d342c5
commit afadfc5d52

View File

@ -99,6 +99,8 @@ bool CharacterManage::msgKeypress(const KeypressMessage &msg) {
case Common::KEYCODE_d:
setMode(DELETE);
break;
default:
break;
}
break;