Fix NPC/Monster rendering for OTBM

This commit is contained in:
niczkx
2012-08-07 03:12:44 -06:00
parent a2db210012
commit 6feaeff8cc
7 changed files with 46 additions and 18 deletions

View File

@@ -970,14 +970,6 @@ public:
return ret;
}
Point readPoint() const
{
Point ret;
ret.x = readType<int>("x");
ret.y = readType<int>("y");
return ret;
}
/** Template form of the attribute query which will try to read the
attribute into the specified type. Very easy, very powerful, but
be careful to make sure to call this with the correct type.