aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/intro.cpp
diff options
context:
space:
mode:
authorArnaud Boutonné2011-02-11 20:27:48 +0000
committerArnaud Boutonné2011-02-11 20:27:48 +0000
commit87ab737e6bc4b97950e83d981ef5828665ce9b72 (patch)
tree46156b2b01f665d9bb0ba5221b069dc76f5e1369 /engines/hugo/intro.cpp
parenta9b051beff3157e1aa88b8090852850f55440e9b (diff)
downloadscummvm-rg350-87ab737e6bc4b97950e83d981ef5828665ce9b72.tar.gz
scummvm-rg350-87ab737e6bc4b97950e83d981ef5828665ce9b72.tar.bz2
scummvm-rg350-87ab737e6bc4b97950e83d981ef5828665ce9b72.zip
HUGO: Cleanup: fix style issue in Doxygen comments
svn-id: r55884
Diffstat (limited to 'engines/hugo/intro.cpp')
-rw-r--r--engines/hugo/intro.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/engines/hugo/intro.cpp b/engines/hugo/intro.cpp
index 73e6ab3e29..02fb94c83d 100644
--- a/engines/hugo/intro.cpp
+++ b/engines/hugo/intro.cpp
@@ -289,9 +289,9 @@ void intro_v3d::introInit() {
}
/**
-* Hugo 3 - Preamble screen before going into game. Draws path of Hugo's plane.
-* Called every tick. Returns TRUE when complete
-*/
+ * 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() {
if (_vm->getGameStatus().skipIntroFl)
return true;
@@ -365,8 +365,8 @@ void intro_v3w::preNewGame() {
}
/**
-* Hugo 3 - show map and set up for introPlay()
-*/
+ * Hugo 3 - show map and set up for introPlay()
+ */
void intro_v3w::introInit() {
_vm->_screen->displayList(kDisplayInit);
_vm->_file->readBackground(_vm->_numScreens - 1); // display splash screen
@@ -380,9 +380,9 @@ void intro_v3w::introInit() {
}
/**
-* Hugo 3 - Preamble screen before going into game. Draws path of Hugo's plane.
-* Called every tick. Returns TRUE when complete
-*/
+ * Hugo 3 - Preamble screen before going into game. Draws path of Hugo's plane.
+ * Called every tick. Returns TRUE when complete
+ */
bool intro_v3w::introPlay() {
if (_vm->getGameStatus().skipIntroFl)
return true;