1
0

Fixed Formatting, added compiler warning suppressing methods, fixed comments

This commit is contained in:
TheJumper
2014-02-24 15:38:38 +01:00
parent 6d188f1018
commit 0b6aa7b370
5 changed files with 6 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ cSnowGolem::cSnowGolem(void) :
void cSnowGolem::GetDrops(cItems & a_Drops, cEntity * a_Killer)
{
UNUSED(a_Killer);
AddRandomDropItem(a_Drops, 0, 15, E_ITEM_SNOWBALL);
}