|
From: Warzone 2. T. <in...@de...> - 2012-04-03 00:33:43
|
#3375: spawning of artifacts broken
---------------------+-------------------------------------
Reporter: vexed | Owner:
Type: bug | Status: new
Priority: blocker | Milestone: unspecified
Component: other | Version: 3.1 and master
Keywords: | Blocked By:
Blocking: | Operating System: All/Non-Specific
---------------------+-------------------------------------
broken in 29966c5da299f944a0e52ab579d2b3a7ed8d3063
The check was removed for some reason...
{{{
- // If a fully built factory (or with modules under construction)
which is our responsibility got destroyed
- if (pS->pStructureType->type == REF_FACTORY && (pS->status ==
SS_BUILT || pS->currentBuildPts >= pS->body)
- && myResponsibility(pS->player))
}}}
which fubars campaign games.
--
Ticket URL: <http://developer.wz2100.net/ticket/3375>
Warzone 2100 Trac <http://developer.wz2100.net/>
The Warzone 2100 Project
|