En masse NULL -> nullptr replace
This commit is contained in:
@@ -30,7 +30,7 @@ cSlime::cSlime(int a_Size) :
|
||||
void cSlime::GetDrops(cItems & a_Drops, cEntity * a_Killer)
|
||||
{
|
||||
int LootingLevel = 0;
|
||||
if (a_Killer != NULL)
|
||||
if (a_Killer != nullptr)
|
||||
{
|
||||
LootingLevel = a_Killer->GetEquippedWeapon().m_Enchantments.GetLevel(cEnchantments::enchLooting);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user