Renaming boolean values

This commit is contained in:
Nabnut
2024-09-19 12:31:53 +02:00
parent 17f1f826b5
commit 4f714c2d5a
27 changed files with 130 additions and 104 deletions

View File

@@ -80,7 +80,7 @@ Actor *chnapper_draw(ActorMarker *marker, Gfx **gfx, Mtx **mtx, Vtx **vtx){
}
else {
func_8033A45C(1, FALSE);
func_8033A45C(2, (local->unk10) ? TRUE : FALSE);
func_8033A45C(2, BOOL(local->unk10));
func_8033A45C(3, (local->unk10) ? FALSE : TRUE);
}