1
0
Fork 0

Fixed iron ore drop.

This commit is contained in:
Howaner 2014-09-12 14:08:56 +02:00
parent 1849e620fc
commit abcae75992
1 changed files with 2 additions and 1 deletions

View File

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