aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/walking.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2014-05-03 14:47:04 -0400
committerMatthew Hoops2014-05-03 14:47:04 -0400
commit159f2128bb21fb1675a45ef1cdf46ba04f1e9cac (patch)
tree8242dd99af2e3dfd50c5f4f1e6a5bf22aebe91d9 /engines/draci/walking.cpp
parent9630e28bd986494b3f8cc3059685ced27705df94 (diff)
downloadscummvm-rg350-159f2128bb21fb1675a45ef1cdf46ba04f1e9cac.tar.gz
scummvm-rg350-159f2128bb21fb1675a45ef1cdf46ba04f1e9cac.tar.bz2
scummvm-rg350-159f2128bb21fb1675a45ef1cdf46ba04f1e9cac.zip
DRACI: Silence warning
Diffstat (limited to 'engines/draci/walking.cpp')
-rw-r--r--engines/draci/walking.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/draci/walking.cpp b/engines/draci/walking.cpp
index 6914898ec1..04cd929ac6 100644
--- a/engines/draci/walking.cpp
+++ b/engines/draci/walking.cpp
@@ -453,7 +453,7 @@ void WalkingState::callback() {
_callback = NULL;
_vm->_script->runWrapper(originalCallback, _callbackOffset, true, false);
_callbackLast = NULL;
- _callbackOffset = NULL;
+ _callbackOffset = 0;
}
void WalkingState::callbackLast() {