mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 15:35:23 +00:00
gcc friendly version.
This commit is contained in:
parent
dcce59f76c
commit
2e2d6e04fe
@ -31,12 +31,14 @@ void CSMWorld::RefCollection::load (ESM::ESMReader& reader, int cellIndex, bool
|
||||
// original cell will always be equal the current cell).
|
||||
ref.mOriginalCell = base ? cell2.mId : "";
|
||||
|
||||
#if 0
|
||||
if (mref.mRefNum.mIndex != 0 &&
|
||||
((int)std::floor(ref.mPos.pos[0]/8192) != mref.mTarget[0] ||
|
||||
(int)std::floor(ref.mPos.pos[1]/8192) != mref.mTarget[1]))
|
||||
{
|
||||
//std::cout <<"refcollection #" << mref.mTarget[0] << " " << mref.mTarget[1] << std::endl;
|
||||
std::cout <<"refcollection #" << mref.mTarget[0] << " " << mref.mTarget[1] << std::endl;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (cell.get().isExterior())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user