mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 15:45:32 +00:00
Add updated pathgrid marker nif file and fix merge issues.
This commit is contained in:
parent
03578129c7
commit
68dbf929a2
3 changed files with 1 additions and 5 deletions
|
@ -177,7 +177,6 @@ CSVRender::Cell::~Cell()
|
||||||
if (mTerrain.get())
|
if (mTerrain.get())
|
||||||
mPhysics->removeHeightField(mSceneMgr, mX, mY);
|
mPhysics->removeHeightField(mSceneMgr, mX, mY);
|
||||||
|
|
||||||
|
|
||||||
for (std::map<std::string, Object *>::iterator iter (mObjects.begin());
|
for (std::map<std::string, Object *>::iterator iter (mObjects.begin());
|
||||||
iter!=mObjects.end(); ++iter)
|
iter!=mObjects.end(); ++iter)
|
||||||
delete iter->second;
|
delete iter->second;
|
||||||
|
|
|
@ -11,11 +11,8 @@
|
||||||
|
|
||||||
#ifndef Q_MOC_RUN
|
#ifndef Q_MOC_RUN
|
||||||
#include <components/terrain/terraingrid.hpp>
|
#include <components/terrain/terraingrid.hpp>
|
||||||
<<<<<<< .mine
|
|
||||||
#include <components/esm/loadpgrd.hpp> // FIXME: temporaty storage until saving to document
|
#include <components/esm/loadpgrd.hpp> // FIXME: temporaty storage until saving to document
|
||||||
=======
|
|
||||||
#endif
|
#endif
|
||||||
>>>>>>> .theirs
|
|
||||||
|
|
||||||
#include "object.hpp"
|
#include "object.hpp"
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue