Use TRUE or FALSE for booleans

This commit is contained in:
Pasi Kallinen
2024-01-05 17:00:04 +02:00
parent 3e1eeced1a
commit 8ee7b11ed6
6 changed files with 9 additions and 9 deletions

View File

@@ -255,7 +255,7 @@ vision_reset(void)
}
}
iflags.vision_inited = 1; /* vision is ready */
iflags.vision_inited = TRUE; /* vision is ready */
gv.vision_full_recalc = 1; /* we want to run vision_recalc() */
}