mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 23:57:32 +00:00
SCI: Add missing break
This commit is contained in:
parent
e34bfce2c2
commit
d17029dca2
@ -2507,6 +2507,7 @@ bool Console::cmdValueType(int argc, const char **argv) {
|
||||
break;
|
||||
case SIG_TYPE_INTEGER:
|
||||
DebugPrintf("Integer");
|
||||
break;
|
||||
case SIG_TYPE_INTEGER | SIG_TYPE_NULL:
|
||||
DebugPrintf("Null");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user