mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 02:11:38 +00:00
Reverted some more of yesterday's changes.
svn-id: r15884
This commit is contained in:
parent
85e3627075
commit
e79e0dec74
@ -30,10 +30,8 @@
|
||||
#include "saga/animation.h"
|
||||
#include "saga/cvar_mod.h"
|
||||
#include "saga/events.h"
|
||||
#include "saga/font.h"
|
||||
#include "saga/rscfile_mod.h"
|
||||
#include "saga/sndres.h"
|
||||
#include "saga/text.h"
|
||||
#include "saga/music.h"
|
||||
|
||||
#include "saga/scene.h"
|
||||
|
@ -154,8 +154,6 @@ struct SCENE_QUEUE {
|
||||
int fadeType;
|
||||
};
|
||||
|
||||
#define INTRO_STRMAX 512
|
||||
|
||||
///// IHNM-specific stuff
|
||||
#define IHNM_PALFADE_TIME 1000
|
||||
#define IHNM_INTRO_FRAMETIME 80
|
||||
@ -164,6 +162,7 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user