1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 09:15:38 +00:00

post merge fix

This commit is contained in:
Marc Zinnschlag 2012-12-18 12:36:26 +01:00
parent 5a7a8629b6
commit 1cf019a007

View file

@ -738,7 +738,6 @@ void Record<ESM::GameSetting>::print()
default:
std::cout << "unknown type";
}
std::cout << "\n Dirty: " << mData.mDirty << std::endl;
}
template<>