1
0

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

View File

@@ -55,11 +55,5 @@ void cPassiveMonster::Tick(float a_Dt, cChunk & a_Chunk)
cMonster::eFamily cPassiveMonster::GetMobFamily() const
{
return mfPassive;
}