First contact at homeworld greeting fix (bug #638)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1699 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2005-04-30 01:06:34 +00:00
parent f58f10d6bf
commit 79f83d1122
+2 -1
View File
@@ -643,13 +643,14 @@ Intro (void)
{
RESPONSE_FUNC RespFunc;
NPCPhrase (INIT_HELLO);
if (GET_GAME_STATE (ARILOU_SPACE_SIDE) <= 1)
{
NPCPhrase (INIT_HELLO);
RespFunc = (RESPONSE_FUNC)FriendlySpaceArilou;
}
else
{
NPCPhrase (FRDLY_HOMEWORLD_HELLO_1);
RespFunc = (RESPONSE_FUNC)ArilouHome;
SET_GAME_STATE (ARILOU_HOME_VISITS, 1);
}