Fixed Formatting, added compiler warning suppressing methods, fixed comments
This commit is contained in:
@@ -19,6 +19,7 @@ cMagmaCube::cMagmaCube(int a_Size) :
|
||||
|
||||
void cMagmaCube::GetDrops(cItems & a_Drops, cEntity * a_Killer)
|
||||
{
|
||||
UNUSED(a_Killer);
|
||||
if (GetSize() > 1)
|
||||
{
|
||||
AddRandomUncommonDropItem(a_Drops, 25.0f, E_ITEM_MAGMA_CREAM);
|
||||
|
||||
Reference in New Issue
Block a user