aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/mult_v2.cpp
diff options
context:
space:
mode:
authorSven Hesse2009-04-27 18:56:28 +0000
committerSven Hesse2009-04-27 18:56:28 +0000
commitc88b077fcc9f8f06b36f882285f14e0fe7a8a5a6 (patch)
tree7dbe6d1cbe94f87665225911e9b1bcb95e267941 /engines/gob/mult_v2.cpp
parentf177c7142c996fbeed564fe06316f5bc6f6b6914 (diff)
downloadscummvm-rg350-c88b077fcc9f8f06b36f882285f14e0fe7a8a5a6.tar.gz
scummvm-rg350-c88b077fcc9f8f06b36f882285f14e0fe7a8a5a6.tar.bz2
scummvm-rg350-c88b077fcc9f8f06b36f882285f14e0fe7a8a5a6.zip
Some minor clean-up
svn-id: r40166
Diffstat (limited to 'engines/gob/mult_v2.cpp')
-rw-r--r--engines/gob/mult_v2.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/gob/mult_v2.cpp b/engines/gob/mult_v2.cpp
index ffdcb5b1c3..1181862039 100644
--- a/engines/gob/mult_v2.cpp
+++ b/engines/gob/mult_v2.cpp
@@ -628,7 +628,7 @@ void Mult_v2::drawStatics(bool &stop) {
}
}
-void Mult_v2::drawAnims(bool &stop) { // loc_50D5
+void Mult_v2::drawAnims(bool &stop) {
int16 count;
int animIndex;
@@ -698,7 +698,6 @@ void Mult_v2::newCycleAnim(Mult_Object &animObj) {
}
if (animData.animType == 4) {
- // loc_1E091
animData.frame = 0;
animData.isPaused = 1;
if (animData.animation < 0)