diff options
author | Matthew Hoops | 2014-05-03 14:47:04 -0400 |
---|---|---|
committer | Matthew Hoops | 2014-05-03 14:47:04 -0400 |
commit | 159f2128bb21fb1675a45ef1cdf46ba04f1e9cac (patch) | |
tree | 8242dd99af2e3dfd50c5f4f1e6a5bf22aebe91d9 | |
parent | 9630e28bd986494b3f8cc3059685ced27705df94 (diff) | |
download | scummvm-rg350-159f2128bb21fb1675a45ef1cdf46ba04f1e9cac.tar.gz scummvm-rg350-159f2128bb21fb1675a45ef1cdf46ba04f1e9cac.tar.bz2 scummvm-rg350-159f2128bb21fb1675a45ef1cdf46ba04f1e9cac.zip |
DRACI: Silence warning
-rw-r--r-- | engines/draci/walking.cpp | 2 |
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() { |