Fixed Formatting, added compiler warning suppressing methods, fixed comments
This commit is contained in:
@@ -81,13 +81,13 @@ cMonster::cMonster(const AString & a_ConfigName, eType a_MobType, const AString
|
||||
, m_AttackDamage(1)
|
||||
, m_AttackRange(2)
|
||||
, m_AttackInterval(0)
|
||||
, m_SightDistance(25)
|
||||
, m_DropChanceWeapon(0.085)
|
||||
, m_DropChanceHelmet(0.085)
|
||||
, m_DropChanceChestplate(0.085)
|
||||
, m_DropChanceLeggings(0.085)
|
||||
, m_DropChanceBoots(0.085)
|
||||
, m_CanPickUpLoot(true)
|
||||
, m_SightDistance(25)
|
||||
, m_BurnsInDaylight(false)
|
||||
{
|
||||
if (!a_ConfigName.empty())
|
||||
|
||||
Reference in New Issue
Block a user