1
0

Renamed getter and setter for IsFireproof.

This commit is contained in:
archshift
2014-04-23 00:12:37 -07:00
parent fe08a903fc
commit 8768669428
3 changed files with 4 additions and 4 deletions

View File

@@ -1044,7 +1044,7 @@ void cEntity::SetMaxHealth(int a_MaxHealth)
/// Sets whether the entity is fireproof
void cEntity::SetFireproofStatus(bool a_IsFireproof)
void cEntity::SetIsFireproof(bool a_IsFireproof)
{
m_IsFireproof = a_IsFireproof;
}