1
0

Rename CanRepairWithItem to CanRepairWithRawMaterial and rename Size() to Count()

This commit is contained in:
Howaner
2014-05-06 19:38:09 +02:00
parent 27f95454a9
commit 954b59d6f4
9 changed files with 33 additions and 34 deletions

View File

@@ -512,7 +512,7 @@ bool cItemHandler::IsPlaceable(void)
bool cItemHandler::CanRepairWithItem(const cItem & a_Item)
bool cItemHandler::CanRepairWithRawMaterial(short a_ItemType)
{
return false;
}