aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-12-10 14:39:28 +0100
committerEugene Sandulenko2016-12-10 14:42:36 +0100
commit88a3a2bc4daa160ab03c75aa495954e8035acc19 (patch)
tree5756947ba7e24ed960bda3c92dcf3655c6924de4 /engines/fullpipe/scenes.cpp
parent65c83d8511e9340c556be1181e60daced4210185 (diff)
downloadscummvm-rg350-88a3a2bc4daa160ab03c75aa495954e8035acc19.tar.gz
scummvm-rg350-88a3a2bc4daa160ab03c75aa495954e8035acc19.tar.bz2
scummvm-rg350-88a3a2bc4daa160ab03c75aa495954e8035acc19.zip
FULLPIPE: Clarify null callback usage across the scenes
Diffstat (limited to 'engines/fullpipe/scenes.cpp')
-rw-r--r--engines/fullpipe/scenes.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/fullpipe/scenes.cpp b/engines/fullpipe/scenes.cpp
index 15f6b0bdbc..967eb0aa40 100644
--- a/engines/fullpipe/scenes.cpp
+++ b/engines/fullpipe/scenes.cpp
@@ -553,8 +553,8 @@ bool FullpipeEngine::sceneSwitcher(EntranceInfo *entrance) {
_aniMan->setOXY(0, 0);
_aniMan->clearFlags();
- _aniMan->_callback1 = 0;
- _aniMan->_callback2 = 0;
+ _aniMan->_callback1 = 0; // Really NULL
+ _aniMan->_callback2 = 0; // Really NULL
_aniMan->_shadowsOn = 1;
_scrollSpeed = 8;