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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user