renamed Actor.unk16C_4 to Actor.volatile_initialized
This commit is contained in:
@@ -72,8 +72,8 @@ void func_8038CCA8(Actor *this){
|
||||
f32 sp24 = time_getDelta();
|
||||
ActorLocal_cutscenes_6730 *local = (ActorLocal_cutscenes_6730 *)&this->local;
|
||||
|
||||
if(!this->unk16C_4){
|
||||
this->unk16C_4 = TRUE;
|
||||
if(!this->volatile_initialized){
|
||||
this->volatile_initialized = TRUE;
|
||||
animctrl_setSmoothTransition(this->animctrl, 0);
|
||||
this->unk60 = this->yaw/4;
|
||||
local->unk0 = partEmitMgr_newEmitter(0xA0);
|
||||
|
@@ -78,8 +78,8 @@ extern void func_8038CF50(Actor *this){
|
||||
f32 sp40[3];
|
||||
int i;
|
||||
|
||||
if(!this->unk16C_4){
|
||||
this->unk16C_4 = TRUE;
|
||||
if(!this->volatile_initialized){
|
||||
this->volatile_initialized = TRUE;
|
||||
local->unk0 = partEmitMgr_newEmitter(6);
|
||||
local->unk4 = partEmitMgr_newEmitter(6);
|
||||
|
||||
|
@@ -73,8 +73,8 @@ void func_8038D218(Actor *this){
|
||||
f32 sp24 = time_getDelta();
|
||||
ActorLocal_cutscenes_6C90 *local = (ActorLocal_cutscenes_6C90 *)&this->local;
|
||||
|
||||
if(!this->unk16C_4){
|
||||
this->unk16C_4 = TRUE;
|
||||
if(!this->volatile_initialized){
|
||||
this->volatile_initialized = TRUE;
|
||||
animctrl_setSmoothTransition(this->animctrl, 0);
|
||||
this->unk60 = this->yaw/4;
|
||||
local->unk0 = partEmitMgr_newEmitter(0x100);
|
||||
|
Reference in New Issue
Block a user