aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/hugo.cpp')
-rw-r--r--engines/hugo/hugo.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/hugo/hugo.cpp b/engines/hugo/hugo.cpp
index ed82c04d7d..9c609c3c3a 100644
--- a/engines/hugo/hugo.cpp
+++ b/engines/hugo/hugo.cpp
@@ -287,6 +287,8 @@ Common::Error HugoEngine::run() {
_object = new ObjectHandler_v3d(this);
_normalTPS = 9;
break;
+ default:
+ break;
}
if (!loadHugoDat())
@@ -422,6 +424,8 @@ void HugoEngine::runMachine() {
gameStatus._viewState = kViewIdle;
_status._doQuitFl = true;
break;
+ default:
+ break;
}
}