From c93fa12552d226377d7dde6fcc84cc3a59262e6c Mon Sep 17 00:00:00 2001 From: krzys-h Date: Sat, 13 Feb 2016 21:15:15 +0100 Subject: [PATCH] Fixed TitaniumOre and UraniumOre not being destroyable, closes #635 --- src/object/old_object.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/object/old_object.cpp b/src/object/old_object.cpp index dc685d48..55343e64 100644 --- a/src/object/old_object.cpp +++ b/src/object/old_object.cpp @@ -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 ||