This commit is contained in:
Charles 2001-07-19 14:04:59 +00:00
parent 054785f9de
commit 2b0cc7e99a
4 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ void CNpcKrustyFriend::postInit()
{ {
switch( CLevel::getCurrentChapter() ) switch( CLevel::getCurrentChapter() )
{ {
case 4: case 3:
{ {
m_conversation = SCRIPTS_CH4L3_01_DAT; m_conversation = SCRIPTS_CH4L3_01_DAT;
break; break;
@ -68,7 +68,7 @@ void CNpcKrustyFriend::startConderversation()
switch( CLevel::getCurrentChapter() ) switch( CLevel::getCurrentChapter() )
{ {
case 4: case 3:
{ {
if ( m_conversation == SCRIPTS_CH4L3_01_DAT ) if ( m_conversation == SCRIPTS_CH4L3_01_DAT )
{ {

View File

@ -847,6 +847,8 @@ void CConversation::registerConversationLevelScripts(int level)
{ {
case 1: case 1:
{ {
CConversation::registerConversationScript(SCRIPTS_CH4L3_01_DAT);
CConversation::registerConversationScript(SCRIPTS_CH4L3_02_DAT);
CConversation::registerConversationScript(SCRIPTS_C3L1_CELEBRATE_DAT); CConversation::registerConversationScript(SCRIPTS_C3L1_CELEBRATE_DAT);
break; break;
} }
@ -897,8 +899,6 @@ void CConversation::registerConversationLevelScripts(int level)
case 3: case 3:
{ {
CConversation::registerConversationScript(SCRIPTS_CH4L3_01_DAT);
CConversation::registerConversationScript(SCRIPTS_CH4L3_02_DAT);
CConversation::registerConversationScript(SCRIPTS_C4L3_CELEBRATE_DAT); CConversation::registerConversationScript(SCRIPTS_C4L3_CELEBRATE_DAT);
break; break;
} }