aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
authorAndrew Kurushin2005-01-06 19:15:01 +0000
committerAndrew Kurushin2005-01-06 19:15:01 +0000
commit00c98c519e85ee7d3f7f2a262e80a2b24b1914e0 (patch)
tree229428b76d7a1cf76b9fe1a40a91ed1559db5443 /saga/script.h
parent4fae197c67b8cecf5a674c710530c44f5cef814e (diff)
downloadscummvm-rg350-00c98c519e85ee7d3f7f2a262e80a2b24b1914e0.tar.gz
scummvm-rg350-00c98c519e85ee7d3f7f2a262e80a2b24b1914e0.tar.bz2
scummvm-rg350-00c98c519e85ee7d3f7f2a262e80a2b24b1914e0.zip
- implement faceTowards (script function & etc)
- implement debug actor walk path (press f6) svn-id: r16456
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 f045696fbb..cbc1c3c3d2 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -323,7 +323,7 @@ private:
int sfLockUser(SCRIPTFUNC_PARAMS);
int SF_preDialog(SCRIPTFUNC_PARAMS);
int SF_killActorThreads(SCRIPTFUNC_PARAMS);
- int SF_faceTowards(SCRIPTFUNC_PARAMS);
+ int sfFaceTowards(SCRIPTFUNC_PARAMS);
int sfSetFollower(SCRIPTFUNC_PARAMS);
int SF_gotoScene(SCRIPTFUNC_PARAMS);
int SF_setObjImage(SCRIPTFUNC_PARAMS);