1
0

Fixed iron ore drop.

This commit is contained in:
Howaner 2014-09-12 14:08:56 +02:00
parent 1849e620fc
commit abcae75992

View File

@ -51,7 +51,8 @@ public:
} }
default: default:
{ {
ASSERT(!"Unhandled ore!"); a_Pickups.push_back(cItem(m_BlockType));
break;
} }
} }
} }