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:
@@ -502,6 +502,8 @@ VisitStarBase (void)
|
||||
TimePassage:
|
||||
SET_GAME_STATE (GLOBAL_FLAGS_AND_DATA, (BYTE)~0);
|
||||
DoTimePassage ();
|
||||
if (GLOBAL_SIS (CrewEnlisted) == (COUNT)~0)
|
||||
return; // You are now dead! Thank you!
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user