silenced a warning

This commit is contained in:
Marc Zinnschlag 2013-10-16 21:33:11 +02:00
parent 19bd0f90b9
commit 8c139783b7

View file

@ -216,7 +216,6 @@ namespace MWClass
{
ensureCustomData(ptr);
ESM::CellRef &ref = ptr.getCellRef();
return dynamic_cast<CustomData&> (*ptr.getRefData().getCustomData()).mTime;
}