Compilation fix
This commit is contained in:
parent
598719d7ab
commit
19358fc7d5
@ -540,7 +540,7 @@ void cMonster::KilledBy(cEntity * a_Killer)
|
||||
break;
|
||||
}
|
||||
}
|
||||
if ((a_Killer != NULL) && (!IsBaby())
|
||||
if ((a_Killer != NULL) && (!IsBaby()))
|
||||
{
|
||||
m_World->SpawnExperienceOrb(GetPosX(), GetPosY(), GetPosZ(), Reward);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user