diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp index 53b561f8c74..c5ff6b454bc 100644 --- a/engines/sci/console.cpp +++ b/engines/sci/console.cpp @@ -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;