aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTorbjörn Andersson2012-01-29 21:38:37 +0100
committerAlyssa Milburn2012-01-29 21:41:23 +0100
commit5e50948e9d8c6024e8d65c638003e3d7bdd61489 (patch)
treef7561d45a94e3f50eeff52e135d67ae0fd056564 /engines
parent54041675e5be69288f0e7fdf43c5a20f5a183ab3 (diff)
downloadscummvm-rg350-5e50948e9d8c6024e8d65c638003e3d7bdd61489.tar.gz
scummvm-rg350-5e50948e9d8c6024e8d65c638003e3d7bdd61489.tar.bz2
scummvm-rg350-5e50948e9d8c6024e8d65c638003e3d7bdd61489.zip
KYRA: Remove unnecessary semicolon
Diffstat (limited to 'engines')
-rw-r--r--engines/kyra/eob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/eob.cpp b/engines/kyra/eob.cpp
index 7524b077ff..a2ddc928fd 100644
--- a/engines/kyra/eob.cpp
+++ b/engines/kyra/eob.cpp
@@ -326,7 +326,7 @@ void EoBEngine::replaceMonster(int unit, uint16 block, int pos, int dir, int typ
for (int i = 0; i < 30; i++) {
if (_monsters[i].hitPointsCur <= 0) {
- initMonster(i, unit, block, pos, dir, type, shpIndex, mode, h2, randItem, fixedItem);;
+ initMonster(i, unit, block, pos, dir, type, shpIndex, mode, h2, randItem, fixedItem);
break;
}
}