mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-16 16:20:53 +00:00
commit
65024ee7f2
@ -107,6 +107,7 @@ namespace MWMechanics
|
||||
mActionCooldown(0),
|
||||
mStrength(),
|
||||
mForceNoShortcut(false),
|
||||
mShortcutFailPos(),
|
||||
mLastActorPos(0,0,0),
|
||||
mMovement(){}
|
||||
|
||||
|
@ -9,10 +9,13 @@
|
||||
namespace ESM
|
||||
{
|
||||
ESMWriter::ESMWriter()
|
||||
: mStream(NULL)
|
||||
, mEncoder (0)
|
||||
, mRecordCount (0)
|
||||
, mCounting (true)
|
||||
: mRecords()
|
||||
, mStream(NULL)
|
||||
, mHeaderPos()
|
||||
, mEncoder(NULL)
|
||||
, mRecordCount(0)
|
||||
, mCounting(true)
|
||||
, mHeader()
|
||||
{}
|
||||
|
||||
unsigned int ESMWriter::getVersion() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user