aboutsummaryrefslogtreecommitdiff
path: root/queen/cutaway.cpp
diff options
context:
space:
mode:
authorMax Horn2005-05-08 21:49:52 +0000
committerMax Horn2005-05-08 21:49:52 +0000
commitcca744f69a9eb079a314c8f39af1faa4e7b1e5a6 (patch)
tree1eb00deac3941d844ce98abc10eb4339955ef61d /queen/cutaway.cpp
parent013e30eb389c40eb579cc8e3f05b8e8da80925ca (diff)
downloadscummvm-rg350-cca744f69a9eb079a314c8f39af1faa4e7b1e5a6.tar.gz
scummvm-rg350-cca744f69a9eb079a314c8f39af1faa4e7b1e5a6.tar.bz2
scummvm-rg350-cca744f69a9eb079a314c8f39af1faa4e7b1e5a6.zip
Comply to our coding conventions
svn-id: r17975
Diffstat (limited to 'queen/cutaway.cpp')
-rw-r--r--queen/cutaway.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp
index 874480f3d5..a369a19a2b 100644
--- a/queen/cutaway.cpp
+++ b/queen/cutaway.cpp
@@ -350,7 +350,7 @@ void Cutaway::changeRooms(CutawayObject &object) {
}
}
- } // for()
+ } // for ()
}
// set coordinates for Joe if he is on screen
@@ -686,7 +686,7 @@ const byte *Cutaway::handleAnimation(const byte *ptr, CutawayObject &object) {
if (objAnim[i].song > 0)
_vm->sound()->playSong(objAnim[i].song);
- } // for()
+ } // for ()
}
bool moving = true;
@@ -886,7 +886,7 @@ void Cutaway::run(char *nextFilename) {
_roomFade = false;
}
- } // for()
+ } // for ()
_vm->display()->clearTexts(0, 198);
// XXX lines 1887-1895 in cutaway.c
@@ -1086,7 +1086,7 @@ void Cutaway::stop() {
}
}
}
- } // for()
+ } // for ()
int16 specialMove = (int16)READ_BE_INT16(ptr); ptr += 2;
if (specialMove > 0)
@@ -1162,7 +1162,7 @@ void Cutaway::updateGameState() {
}
}
- } // for()
+ } // for ()
}
void Cutaway::talk(char *nextFilename) {