aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/intro_v3d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/intro_v3d.cpp')
-rw-r--r--engines/hugo/intro_v3d.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/hugo/intro_v3d.cpp b/engines/hugo/intro_v3d.cpp
index 8e0c0cc22c..87dca946f5 100644
--- a/engines/hugo/intro_v3d.cpp
+++ b/engines/hugo/intro_v3d.cpp
@@ -75,11 +75,13 @@ void intro_v3d::introInit() {
introTicks = 0;
}
+/**
+* Hugo 3 - Preamble screen before going into game. Draws path of Hugo's plane.
+* Called every tick. Returns TRUE when complete
+*/
bool intro_v3d::introPlay() {
byte introSize = _vm->getIntroSize();
-// Hugo 3 - Preamble screen before going into game. Draws path of Hugo's plane.
-// Called every tick. Returns TRUE when complete
//TODO : Add proper check of story mode
//#if STORY
if (introTicks < introSize) {