aboutsummaryrefslogtreecommitdiff
path: root/saga/sfuncs.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-08-11 14:00:26 +0000
committerEugene Sandulenko2005-08-11 14:00:26 +0000
commit2230d4b0376cc3ee7015a02ad7b60680388be50f (patch)
tree7c3afe8e3dca61d4799c39270585b8ed4c25862a /saga/sfuncs.cpp
parentd1a376ad279d2f64bb9029b1f429a807d8c9cdeb (diff)
downloadscummvm-rg350-2230d4b0376cc3ee7015a02ad7b60680388be50f.tar.gz
scummvm-rg350-2230d4b0376cc3ee7015a02ad7b60680388be50f.tar.bz2
scummvm-rg350-2230d4b0376cc3ee7015a02ad7b60680388be50f.zip
More debug output for IHNM
svn-id: r18656
Diffstat (limited to 'saga/sfuncs.cpp')
-rw-r--r--saga/sfuncs.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/saga/sfuncs.cpp b/saga/sfuncs.cpp
index e594897804..9cba020888 100644
--- a/saga/sfuncs.cpp
+++ b/saga/sfuncs.cpp
@@ -1895,6 +1895,8 @@ void Script::sfVsetTrack(SCRIPTFUNC_PARAMS) {
int16 sceneNumber = thread->pop();
int16 actorsEntrance = thread->pop();
+ debug(2, "sfVsetTrrack(%d, %d, %d)", chapter, sceneNumber, actorsEntrance);
+
_vm->_scene->changeScene(sceneNumber, actorsEntrance, kTransitionFade, chapter);
}