Fixed Formatting, added compiler warning suppressing methods, fixed comments
This commit is contained in:
@@ -18,6 +18,7 @@ cIronGolem::cIronGolem(void) :
|
||||
|
||||
void cIronGolem::GetDrops(cItems & a_Drops, cEntity * a_Killer)
|
||||
{
|
||||
UNUSED(a_Killer);
|
||||
AddRandomDropItem(a_Drops, 0, 5, E_ITEM_IRON);
|
||||
AddRandomDropItem(a_Drops, 0, 2, E_BLOCK_FLOWER);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user