Fix Druuge transactions to not elevate crew costs baselessly (bug #235),

from ghakko


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1016 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2003-07-04 15:46:32 +00:00
parent a7ec62b023
commit b8577cba42
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,4 +1,6 @@
Changes towards version 0.3: Changes towards version 0.3:
- Fix Druuge transactions to not elevate crew costs baselessly (bug #235),
from ghakko
- Fixed glitches and NULL Stamp draw attempt in menu code (bug #26) -Mika - Fixed glitches and NULL Stamp draw attempt in menu code (bug #26) -Mika
- Absence of voice files is now automatically detected (bug #309) -Mika - Absence of voice files is now automatically detected (bug #309) -Mika
- Fixed Commander Hayes mouth movement before radioactives are given - Fixed Commander Hayes mouth movement before radioactives are given
+2
View File
@@ -677,6 +677,8 @@ Intro (void)
{ {
BYTE NumVisits; BYTE NumVisits;
SlaveryCount = 0;
if (LOBYTE (GLOBAL (CurrentActivity)) == WON_LAST_BATTLE) if (LOBYTE (GLOBAL (CurrentActivity)) == WON_LAST_BATTLE)
{ {
NPCPhrase (OUT_TAKES); NPCPhrase (OUT_TAKES);