aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/script.h')
-rw-r--r--saga/script.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/saga/script.h b/saga/script.h
index 4183dfc3f4..804b311150 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -319,11 +319,11 @@ private:
int SF_setObjName(SCRIPTFUNC_PARAMS);
int SF_getObjImage(SCRIPTFUNC_PARAMS);
int SF_getNumber(SCRIPTFUNC_PARAMS);
- int SF_openDoor(SCRIPTFUNC_PARAMS);
- int SF_closeDoor(SCRIPTFUNC_PARAMS);
+ int sfScriptOpenDoor(SCRIPTFUNC_PARAMS);
+ int sfScriptCloseDoor(SCRIPTFUNC_PARAMS);
int sfSetBgdAnimSpeed(SCRIPTFUNC_PARAMS);
int SF_cycleColors(SCRIPTFUNC_PARAMS);
- int SF_centerActor(SCRIPTFUNC_PARAMS);
+ int sfDoCenterActor(SCRIPTFUNC_PARAMS);
int sfStartBgdAnimSpeed(SCRIPTFUNC_PARAMS);
int SF_actorWalkToAsync(SCRIPTFUNC_PARAMS);
int SF_enableZone(SCRIPTFUNC_PARAMS);
@@ -355,7 +355,7 @@ private:
int SF_sceneID(SCRIPTFUNC_PARAMS);
int SF_changeActorScene(SCRIPTFUNC_PARAMS);
int SF_climb(SCRIPTFUNC_PARAMS);
- int SF_setDoorState(SCRIPTFUNC_PARAMS);
+ int sfSetDoorState(SCRIPTFUNC_PARAMS);
int SF_setActorZ(SCRIPTFUNC_PARAMS);
int SF_text(SCRIPTFUNC_PARAMS);
int SF_getActorX(SCRIPTFUNC_PARAMS);