aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-04-16 20:59:24 +0000
committerEugene Sandulenko2005-04-16 20:59:24 +0000
commit44acfd9467e126d324a6ac730dccedd30c916480 (patch)
treefed123167f011ddcec3a44879993d126e1eb8130 /saga/script.h
parentaea451f092a90bdc28bc8bd82508ec40b9920868 (diff)
downloadscummvm-rg350-44acfd9467e126d324a6ac730dccedd30c916480.tar.gz
scummvm-rg350-44acfd9467e126d324a6ac730dccedd30c916480.tar.bz2
scummvm-rg350-44acfd9467e126d324a6ac730dccedd30c916480.zip
Implement sfGetDeltaFrame and sfEnableZone. Fixes freeze when sanctuary
gates open and also used in world map. Spelling and indentation fixes here and there. svn-id: r17640
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 ccb81ab1a4..394a561ba9 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -486,7 +486,7 @@ private:
void sfDoCenterActor(SCRIPTFUNC_PARAMS);
void sfStartBgdAnimSpeed(SCRIPTFUNC_PARAMS);
void sfScriptWalkToAsync(SCRIPTFUNC_PARAMS);
- void SF_enableZone(SCRIPTFUNC_PARAMS);
+ void sfEnableZone(SCRIPTFUNC_PARAMS);
void sfSetActorState(SCRIPTFUNC_PARAMS);
void sfScriptMoveTo(SCRIPTFUNC_PARAMS);
void SF_sceneEq(SCRIPTFUNC_PARAMS);
@@ -530,7 +530,7 @@ private:
void sfEnableEscape(SCRIPTFUNC_PARAMS);
void sfPlaySound(SCRIPTFUNC_PARAMS);
void SF_playLoopedSound(SCRIPTFUNC_PARAMS);
- void SF_getDeltaFrame(SCRIPTFUNC_PARAMS);
+ void sfGetDeltaFrame(SCRIPTFUNC_PARAMS);
void SF_showProtect(SCRIPTFUNC_PARAMS);
void SF_protectResult(SCRIPTFUNC_PARAMS);
void sfRand(SCRIPTFUNC_PARAMS);