From 817ee23fbc343be4abe9ad0753e9e5769f94c391 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Thu, 12 Sep 2002 00:27:01 +0000 Subject: [PATCH] Fixed bug introduced in the 'mega-patch'. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@31 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/tactrans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/tactrans.c b/sc2/src/sc2code/tactrans.c index 6482f6a57..553aa970e 100644 --- a/sc2/src/sc2code/tactrans.c +++ b/sc2/src/sc2code/tactrans.c @@ -66,7 +66,7 @@ new_ship (PELEMENT DeadShipPtr) DeadStarShipPtr->RaceDescPtr->ship_info.var2; DeadStarShipPtr->special_counter = DeadStarShipPtr->RaceDescPtr->ship_info.crew_level; - if (DeadStarShipPtr) + if (DeadStarShipPtr->special_counter) { StopMusic (); DeadStarShipPtr->RaceDescPtr->ship_info.crew_level = 0;