aboutsummaryrefslogtreecommitdiff
path: root/queen/cutaway.cpp
diff options
context:
space:
mode:
authorGregory Montoir2003-11-26 23:03:21 +0000
committerGregory Montoir2003-11-26 23:03:21 +0000
commit2f444d2a076bdbe7c5b805c9e923c9c75b7a630f (patch)
treee4aeb41a4763f297d54259d42dcb23d7ef9114a1 /queen/cutaway.cpp
parent28ac3d653dfdf80b44b1085641480678e1f5b388 (diff)
downloadscummvm-rg350-2f444d2a076bdbe7c5b805c9e923c9c75b7a630f.tar.gz
scummvm-rg350-2f444d2a076bdbe7c5b805c9e923c9c75b7a630f.tar.bz2
scummvm-rg350-2f444d2a076bdbe7c5b805c9e923c9c75b7a630f.zip
fix some animation issues
svn-id: r11380
Diffstat (limited to 'queen/cutaway.cpp')
-rw-r--r--queen/cutaway.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp
index fc9aafc9cf..189bc9019e 100644
--- a/queen/cutaway.cpp
+++ b/queen/cutaway.cpp
@@ -1374,7 +1374,6 @@ void Cutaway::run(char *nextFilename) {
k++;
if (object->name > 0) {
BobSlot *bs = _graphics->bob(k);
- bs->animating = true;
bs->animReset();
}
}