mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +00:00
ESSImport: note location of corpse clear countdown
This commit is contained in:
parent
96a295c44f
commit
a1ee26922e
@ -43,13 +43,17 @@ namespace ESSImport
|
|||||||
float mMagicEffects[27]; // Effect attributes: https://wiki.openmw.org/index.php?title=Research:Magic#Effect_attributes
|
float mMagicEffects[27]; // Effect attributes: https://wiki.openmw.org/index.php?title=Research:Magic#Effect_attributes
|
||||||
unsigned char mUnknown4[4];
|
unsigned char mUnknown4[4];
|
||||||
unsigned int mGoldPool;
|
unsigned int mGoldPool;
|
||||||
unsigned char mUnknown5[4];
|
unsigned char mCountDown; // seen the same value as in ACSC.mCorpseClearCountdown, maybe
|
||||||
|
// this one is for respawning?
|
||||||
|
unsigned char mUnknown5[3];
|
||||||
};
|
};
|
||||||
struct ACSC
|
struct ACSC
|
||||||
{
|
{
|
||||||
unsigned char mUnknown1[17];
|
unsigned char mUnknown1[17];
|
||||||
unsigned char mFlags; // ACSCFlags
|
unsigned char mFlags; // ACSCFlags
|
||||||
unsigned char mUnknown2[94];
|
unsigned char mUnknown2[22];
|
||||||
|
unsigned char mCorpseClearCountdown; // hours?
|
||||||
|
unsigned char mUnknown3[71];
|
||||||
};
|
};
|
||||||
#pragma pack(pop)
|
#pragma pack(pop)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user