diff options
-rw-r--r-- | engines/hdb/ai.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hdb/ai.cpp b/engines/hdb/ai.cpp index ca4d83c177..9c880796bd 100644 --- a/engines/hdb/ai.cpp +++ b/engines/hdb/ai.cpp @@ -104,6 +104,9 @@ void AI::processCines() { bailOut = true; } break; + default: + warning("STUB: AI::PROCESSCINES incomplete for %d", (*it)->cmdType); + break; } } } |