aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/script.h
diff options
context:
space:
mode:
authorFilippos Karapetis2007-08-02 14:43:10 +0000
committerFilippos Karapetis2007-08-02 14:43:10 +0000
commit3e9c4be28026a4ef3c3a790073f2a42738374819 (patch)
treecd51ad17ef09d06c7be1a6fec84aa542039468b9 /engines/saga/script.h
parentaf16be07a1dad35993d06056cf072b03ee5c63e9 (diff)
downloadscummvm-rg350-3e9c4be28026a4ef3c3a790073f2a42738374819.tar.gz
scummvm-rg350-3e9c4be28026a4ef3c3a790073f2a42738374819.tar.bz2
scummvm-rg350-3e9c4be28026a4ef3c3a790073f2a42738374819.zip
The help screen in the IHNM demo is shown correctly now
svn-id: r28406
Diffstat (limited to 'engines/saga/script.h')
-rw-r--r--engines/saga/script.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/saga/script.h b/engines/saga/script.h
index 1c05182647..5e5e702132 100644
--- a/engines/saga/script.h
+++ b/engines/saga/script.h
@@ -592,9 +592,9 @@ private:
void sfScriptStartVideo(SCRIPTFUNC_PARAMS);
void sfScriptReturnFromVideo(SCRIPTFUNC_PARAMS);
void sfScriptEndVideo(SCRIPTFUNC_PARAMS);
- void sfShowIHNMDemoHelp(SCRIPTFUNC_PARAMS);
- void sfShowIHNMDemoHelpText(SCRIPTFUNC_PARAMS);
- void sfClearIHNMDemoHelpText(SCRIPTFUNC_PARAMS);
+ void sfShowIHNMDemoHelpBg(SCRIPTFUNC_PARAMS);
+ void sfAddIHNMDemoHelpTextLine(SCRIPTFUNC_PARAMS);
+ void sfShowIHNMDemoHelpPage(SCRIPTFUNC_PARAMS);
void sfGetPoints(SCRIPTFUNC_PARAMS);
void sfSetGlobalFlag(SCRIPTFUNC_PARAMS);
void sf92(SCRIPTFUNC_PARAMS);