This commit is contained in:
Daveo 2001-05-03 19:11:09 +00:00
parent 0569fe8910
commit ce0cae834f
5 changed files with 11 additions and 3 deletions

View File

@ -6,7 +6,7 @@
char *FilenameList[FILEPOS_MAX]=
{
"BIGLUMP.BIN",
"BIGLUMP.BIN",
"TRACK1.IXA",
"THQ.STR",
"INTRO.STR",
//"CLIMAX.STR",
@ -37,6 +37,7 @@ void CalcFilePos(int *Dst)
int Pos;
char Name[32];
sprintf(Name,"\\%s;1",FilenameList[Loop]);
printf("%s\n",Name);
while ( !CdSearchFile(&RetFile,Name) );
Dst[Loop]=CdPosToInt(&RetFile.pos);
}

View File

@ -19,7 +19,7 @@
// Add this to have CDXA on PC build!!
// You will need a CD with Track1 synced to something, oh, and a CD drive
#if defined(__USER_paul__)//|| defined(__USER_daveo__)
#if 0//|| defined(__USER_daveo__)
#define FORCE_XA 1
#endif

View File

@ -44,7 +44,7 @@ public:
enum XA_ENUM
{
XA_MUSIC_TRACK =1,
XA_SPEECH_TRACK =2,
XA_SPEECH_TRACK =1,
XA_QUEUE_MAX =8,
XA_TRACK_MAX =32,
XA_DEFAULT_VOL =32000,

View File

@ -3,4 +3,11 @@
typedef u32 SpeechEquate;
#include "sound\Bank0_Speech.h"
#include "sound\Bank1_Speech.h"
#include "sound\Bank2_Speech.h"
#include "sound\Bank3_Speech.h"
#include "sound\Bank4_Speech.h"
#include "sound\Bank5_Speech.h"
#endif

Binary file not shown.