Skip to content

Commit fc9afd8

Browse files
committed
minor edits
1 parent 6c12298 commit fc9afd8

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Spore ModAPI/Spore/App/cCreatureModeStrategy.h

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,23 @@ namespace App
139139
void* unk1; // unknown class?
140140
};
141141

142-
struct Pickup {
142+
struct PickupItem {
143143
static const uint32_t ID = 0xD335362C;
144144

145145
cCreatureBase* creature;
146146
cInteractableObject* item;
147147
int field_8; // 0
148148
void* unk1; // unknown class?
149149
};
150+
151+
struct PickupCreature {
152+
static const uint32_t ID = 0xD3353636;
153+
154+
cCreatureBase* creature;
155+
cCreatureBase* targetcreature;
156+
int field_8; // 0
157+
void* unk1; // unknown class?
158+
};
150159

151160
/// Unknowns ///
152161

Spore ModAPI/Spore/Editors/EditorRigblock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#define EditorRigblockPtr eastl::intrusive_ptr<Editors::EditorRigblock>
3535

3636
// off_13EF450 -> part vftable? // 013EF460?
37-
// 0044070F -> scale part¿
37+
// 0044070F -> scale part?
3838
//TODO EVERYTHING! PLACEHOLDER
3939
namespace Editors
4040
{

Spore ModAPI/Spore/Simulator/cCreatureBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ namespace Simulator
391391
/* FA4h */ int field_FA4;
392392
/* FA8h */ float field_FA8;
393393
/* FACh */ float field_FAC;
394-
/* FB0h */ float field_FB0; // speed ?
394+
/* FB0h */ float field_FB0; // speed?
395395
/* FB4h */ float field_FB4; // speed?
396396
/* FB8h */ char padding_FB8[8];
397397
};

0 commit comments

Comments
 (0)