Bug fix for #333, from Stas Sergeev

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@957 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2003-05-11 17:32:30 +00:00
parent 3f24510b3a
commit 88d91a9479
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -456,6 +456,7 @@ Intro (void)
break;
case 1:
NPCPhrase (HELLO_AFTER_BOMB_2);
--NumVisits;
break;
}
SET_GAME_STATE (CHMMR_HOME_VISITS, NumVisits);
+1
View File
@@ -404,6 +404,7 @@ YehatSpace (RESPONSE_REF R)
break;
case 3:
NPCPhrase (GENERAL_INFO_SPACE_4);
--NumVisits;
break;
}
SET_GAME_STATE (YEHAT_REBEL_INFO, NumVisits);