aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/script.h
diff options
context:
space:
mode:
authorFilippos Karapetis2007-08-17 06:08:18 +0000
committerFilippos Karapetis2007-08-17 06:08:18 +0000
commit769dd1d7a290f2b2f11c80f406cb87efbc1a024d (patch)
tree6a996d4623fa5c4ac47414eb6a3d283ab65613cf /engines/saga/script.h
parent4722075da3b16d17aef5e110376142a67cd79402 (diff)
downloadscummvm-rg350-769dd1d7a290f2b2f11c80f406cb87efbc1a024d.tar.gz
scummvm-rg350-769dd1d7a290f2b2f11c80f406cb87efbc1a024d.tar.bz2
scummvm-rg350-769dd1d7a290f2b2f11c80f406cb87efbc1a024d.zip
Several bugfixes:
- The spiritual barometer display in IHNM is now updated only when necessary, to speed drawing up. This also corrects an issue where the spiritual barometer display was updated only after changing a scene - sf92 is sfDemoSetInteractive - It's now possible to use dashes and underscores in savegames - Screen fading when changing scenes is now done correctly: the interface will no longer be incorrectly briefly shown while the screen is fading to black - The interface mode is now correctly set in the non-interactive part of the IHNM demo - sfScriptGotoScene does not have a transition parameter, therefore that parameter has been removed svn-id: r28643
Diffstat (limited to 'engines/saga/script.h')
-rw-r--r--engines/saga/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/script.h b/engines/saga/script.h
index 5e5e702132..002c91cda6 100644
--- a/engines/saga/script.h
+++ b/engines/saga/script.h
@@ -597,7 +597,7 @@ private:
void sfShowIHNMDemoHelpPage(SCRIPTFUNC_PARAMS);
void sfGetPoints(SCRIPTFUNC_PARAMS);
void sfSetGlobalFlag(SCRIPTFUNC_PARAMS);
- void sf92(SCRIPTFUNC_PARAMS);
+ void sfDemoSetInteractive(SCRIPTFUNC_PARAMS);
void sfClearGlobalFlag(SCRIPTFUNC_PARAMS);
void sfTestGlobalFlag(SCRIPTFUNC_PARAMS);
void sfSetPoints(SCRIPTFUNC_PARAMS);