aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-11-12 15:32:42 +0000
committerTorbjörn Andersson2004-11-12 15:32:42 +0000
commit057cec5a05769e7f2afdc726d921089a60dba9a8 (patch)
tree3839b9b73195a07c5da07711c1591cde37c18c81 /saga/script.h
parente583efe1adb25dd112248b8cd86d6416758982ea (diff)
downloadscummvm-rg350-057cec5a05769e7f2afdc726d921089a60dba9a8.tar.gz
scummvm-rg350-057cec5a05769e7f2afdc726d921089a60dba9a8.tar.bz2
scummvm-rg350-057cec5a05769e7f2afdc726d921089a60dba9a8.zip
Slight renaming
svn-id: r15796
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 3cf7c37358..b45c64e6fd 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -298,7 +298,7 @@ private:
int SF_checkUserInterrupt(SCRIPTFUNC_PARAMS);
int SF_walkRelative(SCRIPTFUNC_PARAMS);
int SF_moveRelative(SCRIPTFUNC_PARAMS);
- int SF_simulSPeech2(SCRIPTFUNC_PARAMS);
+ int SF_simulSpeech2(SCRIPTFUNC_PARAMS);
int SF_placard(SCRIPTFUNC_PARAMS);
int SF_placardOff(SCRIPTFUNC_PARAMS);
int SF_setProtagState(SCRIPTFUNC_PARAMS);