From 4de75b554e220d353674eb58b5fa4ce2e39e2584 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Tue, 18 Jun 2019 15:33:14 +0530 Subject: HDB: Add default case to processCines() --- engines/hdb/ai.cpp | 3 +++ 1 file changed, 3 insertions(+) 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; } } } -- cgit v1.2.3