1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-24 09:39:51 +00:00

ESM tool fix

This commit is contained in:
Marc Zinnschlag 2012-11-22 17:23:25 +01:00
parent d684b3ae11
commit 6643674b13

View File

@ -1329,13 +1329,4 @@ void Record<ESM::Weapon>::print()
<< (int)mData.mData.mThrust[1] << std::endl; << (int)mData.mData.mThrust[1] << std::endl;
} }
template<>
void Record<ESM::CellRef>::print()
{
std::cout << " Refnum: " << mData.mRefnum << std::endl;
std::cout << " ID: '" << mData.mRefID << "'\n";
std::cout << " Owner: '" << mData.mOwner << "'\n";
std::cout << " INTV: " << mData.mIntv << " NAM9: " << mData.mIntv << std::endl;
}
} // end namespace } // end namespace