mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-23 05:39:54 +00:00
Fix indentation
This commit is contained in:
parent
8bb5220b67
commit
d7577f7bfc
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
struct CHKPNT : public ALO
|
struct CHKPNT : public ALO
|
||||||
{
|
{
|
||||||
// ...
|
// ...
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -29,15 +29,15 @@ struct CHKPNT : public ALO
|
|||||||
struct CHKMGR
|
struct CHKMGR
|
||||||
{
|
{
|
||||||
int unknown_0x0;
|
int unknown_0x0;
|
||||||
int cbitChk; // Count of values in abitChk.
|
int cbitChk; // Count of values in abitChk.
|
||||||
int *abitChk; // Unknown, name/type may be wrong.
|
int *abitChk; // Unknown, name/type may be wrong.
|
||||||
int padding[128]; // Temporary padding
|
int padding[128]; // Temporary padding
|
||||||
int fChkDirty;
|
int fChkDirty;
|
||||||
VECTOR posVolChkpnt;
|
VECTOR posVolChkpnt;
|
||||||
int csSaved[129]; // type may be wrong
|
int csSaved[129]; // type may be wrong
|
||||||
OID unk_oid_0x424;
|
OID unk_oid_0x424;
|
||||||
OID unk_oid_0x428;
|
OID unk_oid_0x428;
|
||||||
int fCheckpoint;
|
int fCheckpoint;
|
||||||
};
|
};
|
||||||
extern CHKMGR g_chkmgr;
|
extern CHKMGR g_chkmgr;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user