aboutsummaryrefslogtreecommitdiff
path: root/saga/scene.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-11-24 15:02:00 +0000
committerTorbjörn Andersson2004-11-24 15:02:00 +0000
commit87ffc13324175dcc91cb33664ed4993a672830a5 (patch)
tree4e5b1ff5f28af554972c93827a66d3fd683b4873 /saga/scene.h
parent373a19eef168c14afdbc4215957278dff530a521 (diff)
downloadscummvm-rg350-87ffc13324175dcc91cb33664ed4993a672830a5.tar.gz
scummvm-rg350-87ffc13324175dcc91cb33664ed4993a672830a5.tar.bz2
scummvm-rg350-87ffc13324175dcc91cb33664ed4993a672830a5.zip
Added the voice-overs and partial subtitles for the IHNM intro monologue.
svn-id: r15877
Diffstat (limited to 'saga/scene.h')
-rw-r--r--saga/scene.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/scene.h b/saga/scene.h
index 8dcb05555f..1a5a32a608 100644
--- a/saga/scene.h
+++ b/saga/scene.h
@@ -154,6 +154,8 @@ struct SCENE_QUEUE {
int fadeType;
};
+#define INTRO_STRMAX 512
+
///// IHNM-specific stuff
#define IHNM_PALFADE_TIME 1000
#define IHNM_INTRO_FRAMETIME 80
@@ -162,8 +164,6 @@ struct SCENE_QUEUE {
#define IHNM_TITLE_TIME_FM 19500
///// ITE-specific stuff
-#define INTRO_STRMAX 256
-
#define ITE_INTRO_FRAMETIME 90
#define INTRO_CAPTION_Y 170