Removed old StringToMobType() function from Monster.cpp
This commit is contained in:
parent
c673eb590f
commit
c173bf61ad
@ -62,16 +62,6 @@ static const struct
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
eMonsterType StringToMobType(const AString & a_MobString)
|
|
||||||
{
|
|
||||||
LOGWARNING("%s: Function is obsolete, use cMonster::StringToMobType() instead", __FUNCTION__);
|
|
||||||
return cMonster::StringToMobType(a_MobString);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// cMonster:
|
// cMonster:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user