Skip to content

Commit 67adb45

Browse files
authored
Update Editor.h
var var
1 parent 22c2d06 commit 67adb45

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

‎Spore ModAPI/Spore/Editors/Editor.h‎

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,12 @@ namespace Editors
109109
public:
110110
/* 08h */ int mBudget;
111111
/* 0Ch */ Mode mMode;
112-
/* 10h */ int field_10; //mThemeID
113-
/* 14h */ bool field_14; //mIsPainted
114-
/* 15h */ bool field_15; //mIsModelDirty
115-
/* 18h */ int field_18; //mPainLikeThisKey
116-
/* 1Ch */ int field_1C;
117-
/* 20h */ int field_20;
118-
/* 24h */ int field_24; //mPaintLikeThisGroupID
119-
/* 28h */ int field_28; //mPaintLikeThisItemID
112+
/* 10h */ int mThemeID;
113+
/* 14h */ bool mIsPainted;
114+
/* 15h */ bool mIsModelDirty;
115+
/* 18h */ ResourceKey mPainLikeThisKey;
116+
/* 24h */ uint32_t mPaintLikeThisGroupID;
117+
/* 28h */ uint32_t mPaintLikeThisItemID;
120118
};
121119
ASSERT_SIZE(EditorStateEditHistory, 0x2C);
122120

0 commit comments

Comments
 (0)