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

@@ -73,8 +73,8 @@ void chhut_update(Actor *this){
return;
if(!this->initialized){
this->marker->collidable = 0;
this->initialized = 1;
this->marker->collidable = FALSE;
this->initialized = TRUE;
}
switch(this->state){
case HUT_STATE_INTACT: