mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 05:19:43 +00:00
CPlatform::NotifyTrodUpon
This commit is contained in:
parent
28a275eb76
commit
d69f441f98
@ -109,10 +109,12 @@ INLINE void CPlatform::MoveTo(CVector* pVec)
|
||||
}
|
||||
}
|
||||
|
||||
// @SMALLTODO
|
||||
// @Ok
|
||||
// @Matching
|
||||
void CPlatform::NotifyTrodUpon(CBody *,CVector const *,CSVector const *)
|
||||
{
|
||||
printf("CPlatform::NotifyTrodUpon(CBody *,CVector const *,CSVector const *)");
|
||||
this->field_334 = 1;
|
||||
this->field_338 = 0;
|
||||
}
|
||||
|
||||
// @MEDIUMTODO
|
||||
@ -159,6 +161,7 @@ void validate_CPlatform(void){
|
||||
|
||||
VALIDATE(CPlatform, field_330, 0x330);
|
||||
|
||||
VALIDATE(CPlatform, field_334, 0x334);
|
||||
VALIDATE(CPlatform, field_338, 0x338);
|
||||
VALIDATE(CPlatform, field_33C, 0x33C);
|
||||
|
||||
|
@ -23,10 +23,9 @@ public:
|
||||
unsigned char padTop[0x330-0x324];
|
||||
|
||||
i16 field_330;
|
||||
u8 padAfter330[0x338-0x330-2];
|
||||
i32 field_334;
|
||||
|
||||
u16 field_338;
|
||||
u8 padAfter338[0x33C-0x338-2];
|
||||
u32 field_338;
|
||||
|
||||
u32 field_33C;
|
||||
i32 field_340;
|
||||
|
Loading…
Reference in New Issue
Block a user