aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-01-06 14:02:53 +0000
committerEugene Sandulenko2005-01-06 14:02:53 +0000
commit26d5810b81bfc7153db801d0f8f904eb1b54856f (patch)
tree8818e4d5164529b98accd796026e8bf0d10b8b08 /saga/script.h
parent19f604b6ef4170a0acf82c94322dd0940ef0bc18 (diff)
downloadscummvm-rg350-26d5810b81bfc7153db801d0f8f904eb1b54856f.tar.gz
scummvm-rg350-26d5810b81bfc7153db801d0f8f904eb1b54856f.tar.bz2
scummvm-rg350-26d5810b81bfc7153db801d0f8f904eb1b54856f.zip
Next batch of panel-related fixes. Still wrong.
NOTE: lines which start with `;' should contain calls to not yet implemented subsystems like Conversation subsystem svn-id: r16443
Diffstat (limited to 'saga/script.h')
-rw-r--r--saga/script.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/saga/script.h b/saga/script.h
index fdb60ec185..317b43e9a3 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -313,14 +313,14 @@ private:
int SF_takeObject(SCRIPTFUNC_PARAMS);
int SF_objectIsCarried(SCRIPTFUNC_PARAMS);
int sfStatusBar(SCRIPTFUNC_PARAMS);
- int SF_commandMode(SCRIPTFUNC_PARAMS);
+ int SF_mainMode(SCRIPTFUNC_PARAMS);
int sfScriptWalkTo(SCRIPTFUNC_PARAMS);
int SF_doAction(SCRIPTFUNC_PARAMS);
int sfSetActorFacing(SCRIPTFUNC_PARAMS);
int sfStartBgdAnim(SCRIPTFUNC_PARAMS);
int sfStopBgdAnim(SCRIPTFUNC_PARAMS);
- int SF_freezeInterface(SCRIPTFUNC_PARAMS);
- int SF_dialogMode(SCRIPTFUNC_PARAMS);
+ int sfLockUser(SCRIPTFUNC_PARAMS);
+ int SF_preDialog(SCRIPTFUNC_PARAMS);
int SF_killActorThreads(SCRIPTFUNC_PARAMS);
int SF_faceTowards(SCRIPTFUNC_PARAMS);
int sfSetFollower(SCRIPTFUNC_PARAMS);