Crew death on planet is now counted properly in all cases (bug #70)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1084 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
Changes towards version 0.3:
|
||||
- Crew death on planet is now counted properly in all cases (bug #70) -Mika
|
||||
- Fixed lockup in 'save failed' alert box (bug #397), from ghakko
|
||||
- Fixed glitch in Pkunk animation (bug #354), from Paxtez
|
||||
- Fixed Kohr-Ah final defeat message repeating (bug #426) -Mika
|
||||
|
||||
@@ -421,6 +421,8 @@ DeltaLanderCrew (SIZE crew_delta, COUNT which_disaster)
|
||||
ShieldFlags = GET_GAME_STATE (LANDER_SHIELDS);
|
||||
ShieldFlags &= 1 << which_disaster;
|
||||
crew_delta = HIBYTE (pMenuState->delta_item);
|
||||
if (crew_delta < 1)
|
||||
return;
|
||||
if (ShieldFlags && (BYTE)TFB_Random () < 256 * 95 / 100)
|
||||
pMenuState->delta_item = SHIELD_BIT;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user