Fixes #129 -- unfortunately, 3DO CD has no original track for this circustance, so the .ogg is "missing"

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@739 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2003-02-12 06:28:38 +00:00
parent de1249fe18
commit ab25674072
4 changed files with 7 additions and 1 deletions
+1
View File
@@ -133,6 +133,7 @@ enum
enough_info,
OK_ENOUGH_INFO,
UMGAH_ALL_GONE,
HELLO_AFTER_COMPEL_URQUAN,
};
#endif /* _STRINGS_H */
+1 -1
View File
@@ -669,7 +669,7 @@ Intro (void)
}
else if (GET_GAME_STATE (URQUAN_MESSED_UP))
{
NPCPhrase (NULL_PHRASE /* HELLO_AFTER_COMPEL_URQUAN */);
NPCPhrase (HELLO_AFTER_COMPEL_URQUAN);
SET_GAME_STATE (BATTLE_SEGUE, 0);
}