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:
avolkov
2005-05-03 08:09:40 +00:00
parent ccb65b3b7c
commit 34d7480edd
+4
View File
@@ -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);