aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
authorEugene Sandulenko2004-12-28 04:09:10 +0000
committerEugene Sandulenko2004-12-28 04:09:10 +0000
commit864b1f88c0477c65ab40612a77930f998f23c2c0 (patch)
treebccd9d8327fbe5a5b44de468d979f23066534631 /saga/script.h
parent03ed4dd4df23b8c6962419df7212dd863ead6664 (diff)
downloadscummvm-rg350-864b1f88c0477c65ab40612a77930f998f23c2c0.tar.gz
scummvm-rg350-864b1f88c0477c65ab40612a77930f998f23c2c0.tar.bz2
scummvm-rg350-864b1f88c0477c65ab40612a77930f998f23c2c0.zip
Implement rest of animation-related opcodes.
svn-id: r16353
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 c7b90e9422..4183dfc3f4 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -331,7 +331,7 @@ private:
int scriptMoveTo(SCRIPTFUNC_PARAMS);
int SF_sceneEq(SCRIPTFUNC_PARAMS);
int SF_dropObject(SCRIPTFUNC_PARAMS);
- int SF_finishBgdAnim(SCRIPTFUNC_PARAMS);
+ int sfFinishBgdAnim(SCRIPTFUNC_PARAMS);
int sfSwapActors(SCRIPTFUNC_PARAMS);
int sfSimulSpeech(SCRIPTFUNC_PARAMS);
int SF_actorWalk(SCRIPTFUNC_PARAMS);
@@ -349,7 +349,7 @@ private:
int SF_placard(SCRIPTFUNC_PARAMS);
int SF_placardOff(SCRIPTFUNC_PARAMS);
int SF_setProtagState(SCRIPTFUNC_PARAMS);
- int SF_resumeBgdAnim(SCRIPTFUNC_PARAMS);
+ int sfResumeBgdAnim(SCRIPTFUNC_PARAMS);
int SF_throwActor(SCRIPTFUNC_PARAMS);
int SF_waitWalk(SCRIPTFUNC_PARAMS);
int SF_sceneID(SCRIPTFUNC_PARAMS);