1
0
forked from 0ad/0ad

This was SVN commit r1761.

This commit is contained in:
NoMonkey 2005-01-23 08:28:56 +00:00
parent d9f1a06b34
commit 0df00e5b16

View File

@ -34,7 +34,6 @@ CUnitManager::~CUnitManager()
// AddUnit: add given unit to world
void CUnitManager::AddUnit(CUnit* unit)
{
//unit->GetModel()->SetPlayerID(unit->GetEntity()->m_player->GetPlayerID());
m_Units.push_back(unit);
}