Fixed TitaniumOre and UraniumOre not being destroyable, closes

dev-time-step
krzys-h 2016-02-13 21:15:15 +01:00
parent 9b5d9ed893
commit c93fa12552
1 changed files with 2 additions and 0 deletions
src/object

View File

@ -726,7 +726,9 @@ void COldObject::SetType(ObjectType type)
// TODO: Hacking some more
if ( m_type == OBJECT_MOBILEtg ||
m_type == OBJECT_STONE ||
m_type == OBJECT_METAL ||
m_type == OBJECT_URANIUM ||
m_type == OBJECT_POWER ||
m_type == OBJECT_ATOMIC ||
m_type == OBJECT_TNT ||