mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 12:45:34 +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())
|
||||
mPhysics->removeHeightField(mSceneMgr, mX, mY);
|
||||
|
||||
|
||||
for (std::map<std::string, Object *>::iterator iter (mObjects.begin());
|
||||
iter!=mObjects.end(); ++iter)
|
||||
delete iter->second;
|
||||
|
|
|
@ -11,11 +11,8 @@
|
|||
|
||||
#ifndef Q_MOC_RUN
|
||||
#include <components/terrain/terraingrid.hpp>
|
||||
<<<<<<< .mine
|
||||
#include <components/esm/loadpgrd.hpp> // FIXME: temporaty storage until saving to document
|
||||
=======
|
||||
#endif
|
||||
>>>>>>> .theirs
|
||||
|
||||
#include "object.hpp"
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue