Exorcise Ur-Quan ghosts upon D.Crateris reentry; fixes #531
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1704 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -148,6 +148,10 @@ GenerateSamatra (BYTE control)
|
||||
case INIT_NPCS:
|
||||
if (!GET_GAME_STATE (URQUAN_MESSED_UP))
|
||||
BuildUrquanGuard ();
|
||||
else
|
||||
{ // Exorcise Ur-Quan ghosts upon system reentry
|
||||
PutGroupInfo (0L, (BYTE)~0); // wipe out the group
|
||||
}
|
||||
break;
|
||||
case REINIT_NPCS:
|
||||
GetGroupInfo (0L, 0);
|
||||
|
||||
Reference in New Issue
Block a user