diff options
Diffstat (limited to 'saga/script.h')
-rw-r--r-- | saga/script.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/script.h b/saga/script.h index 0808f7fb6b..1b1036bed6 100644 --- a/saga/script.h +++ b/saga/script.h @@ -353,8 +353,8 @@ private: int SF_walkRelative(SCRIPTFUNC_PARAMS); int SF_moveRelative(SCRIPTFUNC_PARAMS); int SF_simulSpeech2(SCRIPTFUNC_PARAMS); - int SF_placard(SCRIPTFUNC_PARAMS); - int SF_placardOff(SCRIPTFUNC_PARAMS); + int sfPlacard(SCRIPTFUNC_PARAMS); + int sfPlacardOff(SCRIPTFUNC_PARAMS); int SF_setProtagState(SCRIPTFUNC_PARAMS); int sfResumeBgdAnim(SCRIPTFUNC_PARAMS); int SF_throwActor(SCRIPTFUNC_PARAMS); |