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
+2
View File
@@ -1,4 +1,6 @@
Changes towards version 0.3:
- Two dialogue spots where visit count could run away patched; fixes bug
#333, from Stas Sergeev
- EventHandler checks CurStarDescPtr before dereferencing it (bug #347)
- Oscilloscope now has borders (bug #307 part 4) -Mika
- Flashing rects are no longer constrained to even-numbered pixels on the
+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);