mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 05:19:43 +00:00
CSuper::CSuper
This commit is contained in:
parent
85e572313a
commit
c417900a22
17
ob.cpp
17
ob.cpp
@ -358,12 +358,17 @@ CBody::CBody()
|
||||
this->field_D4 = 200;
|
||||
}
|
||||
|
||||
CSuper::CSuper(){
|
||||
this->gAnim = 1;
|
||||
this->field_142 = 1;
|
||||
this->field_13E = 100;
|
||||
this->field_13F = 94;
|
||||
|
||||
// @NotOk
|
||||
// code is matching but make sure vtable is also
|
||||
CSuper::CSuper()
|
||||
{
|
||||
this->mFlags |= 2u;
|
||||
this->gAnim = 1;
|
||||
this->field_142 = 1;
|
||||
//this->cbody.citem.vtable = (int)&off_53BBE8;
|
||||
this->csuperend = 0x10000;
|
||||
this->field_13E = 100;
|
||||
this->field_13F = 94;
|
||||
}
|
||||
|
||||
// @Ok
|
||||
|
Loading…
Reference in New Issue
Block a user