aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/intro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/intro.cpp')
-rw-r--r--engines/hugo/intro.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/hugo/intro.cpp b/engines/hugo/intro.cpp
index e15291e03b..6c40740e4e 100644
--- a/engines/hugo/intro.cpp
+++ b/engines/hugo/intro.cpp
@@ -223,6 +223,8 @@ bool intro_v1d::introPlay() {
strcpy(buffer, "E n j o y !");
_font.drawString(&_surf, buffer, 0, 100, 320, _TLIGHTMAGENTA, Graphics::kTextAlignCenter);
break;
+ default:
+ break;
}
_vm->_screen->displayBackground();
@@ -339,6 +341,8 @@ bool intro_v3d::introPlay() {
case 35:
Utils::notifyBox(_vm->_text->getTextIntro(kIntro3));
break;
+ default:
+ break;
}
}
@@ -431,6 +435,8 @@ bool intro_v3w::introPlay() {
case 35:
Utils::notifyBox(_vm->_text->getTextIntro(kIntro3));
break;
+ default:
+ break;
}
}