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
This commit is contained in:
meep-eep
2002-09-12 00:27:01 +00:00
parent 5c641590d3
commit 817ee23fbc
+1 -1
View File
@@ -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;