aboutsummaryrefslogtreecommitdiff
path: root/queen/cutaway.cpp
diff options
context:
space:
mode:
authorGregory Montoir2004-01-06 14:21:50 +0000
committerGregory Montoir2004-01-06 14:21:50 +0000
commitceda8aec0250ccc9be6ed98eae9679bb0c387cba (patch)
tree49658e4d23ac1d7c3bd7642d5f2a198f8ba224dd /queen/cutaway.cpp
parent065f2bb9eb0ac7b7d7b56ef1f8e76c2638cb484e (diff)
downloadscummvm-rg350-ceda8aec0250ccc9be6ed98eae9679bb0c387cba.tar.gz
scummvm-rg350-ceda8aec0250ccc9be6ed98eae9679bb0c387cba.tar.bz2
scummvm-rg350-ceda8aec0250ccc9be6ed98eae9679bb0c387cba.zip
moved animation stuff to Graphics class
svn-id: r12182
Diffstat (limited to 'queen/cutaway.cpp')
-rw-r--r--queen/cutaway.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp
index f68a02fd42..05e345a219 100644
--- a/queen/cutaway.cpp
+++ b/queen/cutaway.cpp
@@ -1023,7 +1023,7 @@ void Cutaway::run(char *nextFilename) {
if (object->image == -3 || object->image == -4) {
k++;
if (object->name > 0) {
- _vm->logic()->animReset(k);
+ _vm->graphics()->animReset(k);
}
}
}