aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-01-28 03:47:12 +0000
committerEugene Sandulenko2005-01-28 03:47:12 +0000
commit285f6a6a2bf00217d43267fc9bc643201e29fed2 (patch)
tree5865cbcd3a058963f7ddd6550e3753a6d3b0691d /saga/script.h
parentad53c8c9a4f757c72a98a14cffd95afc7cf44b7a (diff)
downloadscummvm-rg350-285f6a6a2bf00217d43267fc9bc643201e29fed2.tar.gz
scummvm-rg350-285f6a6a2bf00217d43267fc9bc643201e29fed2.tar.bz2
scummvm-rg350-285f6a6a2bf00217d43267fc9bc643201e29fed2.zip
Let IHNM run again. It has 105 script functions.
svn-id: r16653
Diffstat (limited to 'saga/script.h')
-rw-r--r--saga/script.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/saga/script.h b/saga/script.h
index 5d6d0328c2..2183f9c11e 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -46,7 +46,7 @@ namespace Saga {
#define S_ERROR_PREFIX "SError: "
#define S_WARN_PREFIX "SWarning: "
-#define SCRIPT_FUNCTION_MAX 78
+#define SCRIPT_FUNCTION_MAX 104
#define DEFAULT_THREAD_STACK_SIZE 256
enum AddressTypes {
@@ -534,6 +534,7 @@ private:
void sfRand(SCRIPTFUNC_PARAMS);
void SF_fadeMusic(SCRIPTFUNC_PARAMS);
void SF_playVoice(SCRIPTFUNC_PARAMS);
+ void SF_stub(SCRIPTFUNC_PARAMS);
};
} // End of namespace Saga