This commit is contained in:
AlexVinS
2017-11-15 15:54:54 +03:00
parent bf20b165ec
commit d93ef36750
-1
View File
@@ -2121,7 +2121,6 @@ void CGObelisk::setPropertyDer( ui8 what, ui32 val )
{
case CGObelisk::OBJPROP_INC:
{
assert(val < PlayerColor::PLAYER_LIMIT_I);
auto progress = ++visited[TeamID(val)];
logGlobal->debug("Player %d: obelisk progress %d / %d", val, static_cast<int>(progress) , static_cast<int>(obeliskCount));