Bool values naming

This commit is contained in:
Adrien Bonnin
2024-09-10 19:37:16 +02:00
parent b77274c9ea
commit 6307691657
26 changed files with 37 additions and 37 deletions

View File

@@ -1971,11 +1971,11 @@ void func_8032AA58(Actor *this, f32 arg1){
}
void actor_collisionOff(Actor* this){
this->marker->collidable = 0;
this->marker->collidable = FALSE;
}
void actor_collisionOn(Actor* this){
this->marker->collidable = 1;
this->marker->collidable = TRUE;
}
void func_8032AA9C(void){