renamed Actor.unk16C_4 to Actor.volatile_initialized
This commit is contained in:
@@ -86,8 +86,8 @@ void func_80389600(Actor *this){
|
||||
this->unk138_24 = 1;
|
||||
}//L803896AC
|
||||
|
||||
if(!this->unk16C_4){
|
||||
this->unk16C_4 = TRUE;
|
||||
if(!this->volatile_initialized){
|
||||
this->volatile_initialized = TRUE;
|
||||
}
|
||||
|
||||
switch(this->state){
|
||||
|
Reference in New Issue
Block a user