renamed Actor.unk16C_4 to Actor.volatile_initialized
This commit is contained in:
@@ -85,8 +85,8 @@ void func_8038B814(Actor *this, s32 next_state) {
|
||||
}
|
||||
|
||||
void func_8038B87C(Actor *this) {
|
||||
if (!this->unk16C_4) {
|
||||
this->unk16C_4 = TRUE;
|
||||
if (!this->volatile_initialized) {
|
||||
this->volatile_initialized = TRUE;
|
||||
this->unk138_24 = FALSE;
|
||||
func_8038B814(this, 1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user