documented volatile flag functions and enums and some Actor struct members
This commit is contained in:
@@ -14,7 +14,7 @@ void chextralife_update(Actor *this){
|
||||
if(!this->initialized){
|
||||
func_8032AA58(this, 0.8f);
|
||||
this->initialized = TRUE;
|
||||
if(func_803203FC(1) || func_803203FC(2)){
|
||||
if(volatileFlag_get(VOLATILE_FLAG_1) || volatileFlag_get(VOLATILE_FLAG_2)){
|
||||
marker_despawn(this->marker);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user