aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
authorAndrew Kurushin2005-04-16 16:55:35 +0000
committerAndrew Kurushin2005-04-16 16:55:35 +0000
commitbffeb58d06f89fc49d64c349d3d8cfa4f65a0664 (patch)
treebb7c509d7f845d024b422d2d5aebe8bbad2d21a3 /saga/script.h
parent7b9a3b1fa73a2433201ac1c9d63952b5e9076158 (diff)
downloadscummvm-rg350-bffeb58d06f89fc49d64c349d3d8cfa4f65a0664.tar.gz
scummvm-rg350-bffeb58d06f89fc49d64c349d3d8cfa4f65a0664.tar.bz2
scummvm-rg350-bffeb58d06f89fc49d64c349d3d8cfa4f65a0664.zip
fixed: sprite hittest, speech draws in screen bounds
svn-id: r17635
Diffstat (limited to 'saga/script.h')
-rw-r--r--saga/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/script.h b/saga/script.h
index 24577db51e..ccb81ab1a4 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -512,7 +512,7 @@ private:
void sfResumeBgdAnim(SCRIPTFUNC_PARAMS);
void SF_throwActor(SCRIPTFUNC_PARAMS);
void sfWaitWalk(SCRIPTFUNC_PARAMS);
- void SF_sceneID(SCRIPTFUNC_PARAMS);
+ void sfScriptSceneID(SCRIPTFUNC_PARAMS);
void SF_changeActorScene(SCRIPTFUNC_PARAMS);
void SF_climb(SCRIPTFUNC_PARAMS);
void sfSetDoorState(SCRIPTFUNC_PARAMS);