Inside cMonster::getMobFamily() : replacing Polymorphism by Map, in order to remove redundancy

This commit is contained in:
mgueydan
2013-09-10 15:09:45 +02:00
parent bf4781d0ee
commit f12ac6b995
11 changed files with 9 additions and 29 deletions
-9
View File
@@ -95,12 +95,3 @@ void cAggressiveMonster::Tick(float a_Dt, cChunk & a_Chunk)
}
cMonster::eFamily cAggressiveMonster::GetMobFamily() const
{
return mfHostile;
}