From 5378d9a1ab8b0af1698744082d8d12bf527116ca Mon Sep 17 00:00:00 2001 From: Daveo Date: Thu, 2 Aug 2001 13:39:25 +0000 Subject: [PATCH] --- data/translations/text.dat | 6 +++--- source/fmv/fmv.cpp | 2 +- source/game/game.cpp | 2 +- source/sound/cdxa.cpp | 6 +----- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/data/translations/text.dat b/data/translations/text.dat index c873cb59f..2288769db 100644 --- a/data/translations/text.dat +++ b/data/translations/text.dat @@ -594,15 +594,15 @@ eng=Oil Rig eng=Canning Factory [STR__CHAPTER_6_LEVEL_1] -eng=Snail Race +eng=Big Wheel [STR__CHAPTER_6_LEVEL_2] eng=Roller Coaster [STR__CHAPTER_6_LEVEL_3] -eng=Big Wheel +eng=Tunnel of Love [STR__CHAPTER_6_LEVEL_4] eng=Ghost Train [STR__CHAPTER_6_LEVEL_5] -eng=Tunnel of Love +eng=Snail Race diff --git a/source/fmv/fmv.cpp b/source/fmv/fmv.cpp index 3b573c796..0e43bf02d 100644 --- a/source/fmv/fmv.cpp +++ b/source/fmv/fmv.cpp @@ -486,7 +486,7 @@ static void strKickCD(CdlLOC *loc) ---------------------------------------------------------------------- */ void SetCDVolumeOff() { -// SetCDVolume(0); + SetCDVolume(0); } /*---------------------------------------------------------------------- diff --git a/source/game/game.cpp b/source/game/game.cpp index 09f8bd6ed..85a805d35 100644 --- a/source/game/game.cpp +++ b/source/game/game.cpp @@ -804,7 +804,7 @@ void CGameScene::initLevel() s_bossHasBeenKilled=false; s_justHitBossArenaTrigger=false; - if(getLevelNumber()==5&&getChapterNumber()==3) + if(getLevelNumber()==5&&getChapterNumber()==1) { m_levelHasTimer=true; m_timer=30*55; diff --git a/source/sound/cdxa.cpp b/source/sound/cdxa.cpp index 62d6c3f93..3cc988c4a 100644 --- a/source/sound/cdxa.cpp +++ b/source/sound/cdxa.cpp @@ -19,11 +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 -#ifndef __USER_paul__ -#if 0//|| defined(__USER_daveo__) -#define FORCE_XA 1 -#endif -#endif +//#define FORCE_XA 1 #if __FILE_SYSTEM__==CD | FORCE_XA #define ENABLE_XA