From 34d7480edd1c137e0ecd6143a14ae0f2f73c4986 Mon Sep 17 00:00:00 2001 From: avolkov Date: Tue, 3 May 2005 08:09:40 +0000 Subject: [PATCH] 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 --- sc2/src/sc2code/planets/gensam.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sc2/src/sc2code/planets/gensam.c b/sc2/src/sc2code/planets/gensam.c index db481f6c7..b3e1a505d 100644 --- a/sc2/src/sc2code/planets/gensam.c +++ b/sc2/src/sc2code/planets/gensam.c @@ -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);