1 parent 22c2d06 commit 67adb45Copy full SHA for 67adb45
1 file changed
Spore ModAPI/Spore/Editors/Editor.h
@@ -109,14 +109,12 @@ namespace Editors
109
public:
110
/* 08h */ int mBudget;
111
/* 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
+ /* 10h */ int mThemeID;
+ /* 14h */ bool mIsPainted;
+ /* 15h */ bool mIsModelDirty;
+ /* 18h */ ResourceKey mPainLikeThisKey;
+ /* 24h */ uint32_t mPaintLikeThisGroupID;
+ /* 28h */ uint32_t mPaintLikeThisItemID;
120
};
121
ASSERT_SIZE(EditorStateEditHistory, 0x2C);
122
0 commit comments