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

@@ -13,7 +13,3 @@ cBat::cBat(void) :
}
cMonster::eFamily cBat::GetMobFamily() const
{
return mfAmbient;
}