aboutsummaryrefslogtreecommitdiff
path: root/saga/sfuncs.cpp
diff options
context:
space:
mode:
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);
}