This commit is contained in:
Daveo 2001-07-02 16:24:40 +00:00
parent 63d54dc8b9
commit a595eb21b0
3 changed files with 6 additions and 11 deletions

View file

@ -15,7 +15,6 @@ scripts/ch2l1_01.dat
scripts/ch2l1_02.dat scripts/ch2l1_02.dat
scripts/ch2l2_01.dat scripts/ch2l2_01.dat
scripts/ch2l2_02.dat scripts/ch2l2_02.dat
scripts/ch3l1_01.dat
scripts/ch3l2_01.dat scripts/ch3l2_01.dat
scripts/ch3l3_01.dat scripts/ch3l3_01.dat
scripts/ch3l3_02.dat scripts/ch3l3_02.dat

View file

@ -337,11 +337,6 @@ Chapter 2 - Level 2 - 02
[STR__INGAME__CH2__L2__PATRICK2] [STR__INGAME__CH2__L2__PATRICK2]
eng=Here best pal you can still use my balloon!!! Happy Birthday to me! eng=Here best pal you can still use my balloon!!! Happy Birthday to me!
Chapter 3 - Level 1 - 01
[STR__INGAME__CH3__L1__PLANKTON1]
eng=Blast you SpongeBreath, you have found my secret time machine! Whatever you do make sure you fill it up before you bring it back!!!!
Chapter 3 - Level 2 - 01 Chapter 3 - Level 2 - 01
[STR__INGAME__CH3__L2__SANDY1] [STR__INGAME__CH3__L2__SANDY1]
eng=Hai yah! eng=Hai yah!

View file

@ -799,11 +799,12 @@ void CConversation::registerConversationLevelScripts(int level)
{ {
switch ( CLevel::getCurrentChapterLevel() ) switch ( CLevel::getCurrentChapterLevel() )
{ {
case 1: // removed as this is an FMA script
{ // case 1:
CConversation::registerConversationScript(SCRIPTS_CH3L1_01_DAT); // {
break; // CConversation::registerConversationScript(SCRIPTS_CH3L1_01_DAT);
} // break;
// }
case 2: case 2:
{ {