Added missing utwig phrase

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@741 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2003-02-12 07:13:53 +00:00
parent 7534fae378
commit b7c9839ec8
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -137,6 +137,7 @@ enum
HOW_HELP,
DONT_NEED,
HAVE_4_SHIPS,
NO_ULTRON_AT_BOMB,
};
#endif /* _STRINGS_H */
+1 -1
View File
@@ -195,7 +195,7 @@ ExitConversation (RESPONSE_REF R)
{
if (GET_GAME_STATE (GLOBAL_FLAGS_AND_DATA) & (1 << 6))
{
NPCPhrase (NULL_PHRASE /* NO_ULTRON_AT_BOMB */);
NPCPhrase (NO_ULTRON_AT_BOMB);
SET_GAME_STATE (REFUSED_ULTRON_AT_BOMB, 1);
}