Prevent two-week bomb install from bypassing the defeat condition; bug #757

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2197 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2006-01-19 04:32:03 +00:00
parent c878a3e224
commit 02b7a6f413
+2
View File
@@ -502,6 +502,8 @@ VisitStarBase (void)
TimePassage: TimePassage:
SET_GAME_STATE (GLOBAL_FLAGS_AND_DATA, (BYTE)~0); SET_GAME_STATE (GLOBAL_FLAGS_AND_DATA, (BYTE)~0);
DoTimePassage (); DoTimePassage ();
if (GLOBAL_SIS (CrewEnlisted) == (COUNT)~0)
return; // You are now dead! Thank you!
} }
} }