aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-08-14 21:24:51 +0200
committerEugene Sandulenko2016-08-14 21:40:29 +0200
commit1bcec8bcd9089e481a8b137f7bad0002fd773ca6 (patch)
tree23b1d86bfd24984f4de861499588502d5b1ce99b /engines/fullpipe/statics.cpp
parent68828123da64c2b920b4db303424ef1f6520897f (diff)
downloadscummvm-rg350-1bcec8bcd9089e481a8b137f7bad0002fd773ca6.tar.gz
scummvm-rg350-1bcec8bcd9089e481a8b137f7bad0002fd773ca6.tar.bz2
scummvm-rg350-1bcec8bcd9089e481a8b137f7bad0002fd773ca6.zip
FULLPIPE: Further renames in AniHandler class
Diffstat (limited to 'engines/fullpipe/statics.cpp')
-rw-r--r--engines/fullpipe/statics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/statics.cpp b/engines/fullpipe/statics.cpp
index c81b84de43..264de51c4b 100644
--- a/engines/fullpipe/statics.cpp
+++ b/engines/fullpipe/statics.cpp
@@ -1042,7 +1042,7 @@ void StaticANIObject::adjustSomeXY() {
MessageQueue *StaticANIObject::changeStatics1(int msgNum) {
g_fp->_aniHandler->attachObject(_id);
- MessageQueue *mq = g_fp->_aniHandler->genMQ(this, msgNum, 0, 0, 0);
+ MessageQueue *mq = g_fp->_aniHandler->makeQueue(this, msgNum, 0, 0, 0);
if (!mq)
return 0;