aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/script.h')
-rw-r--r--saga/script.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/script.h b/saga/script.h
index c5b666339e..5bbde08f4d 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -236,8 +236,8 @@ private:
int SF_sleep(R_SCRIPTFUNC_PARAMS);
int SF_takeObject(R_SCRIPTFUNC_PARAMS);
int SF_objectIsCarried(R_SCRIPTFUNC_PARAMS);
- int SF_setCommandText(R_SCRIPTFUNC_PARAMS);
- int SF_mainMode(R_SCRIPTFUNC_PARAMS);
+ int SF_setStatusText(R_SCRIPTFUNC_PARAMS);
+ int SF_commandMode(R_SCRIPTFUNC_PARAMS);
int SF_actorWalkTo(R_SCRIPTFUNC_PARAMS);
int SF_setFacing(R_SCRIPTFUNC_PARAMS);
int SF_startBgdAnim(R_SCRIPTFUNC_PARAMS);