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

@@ -606,7 +606,7 @@ u_init(void)
struct u_roleplay tmpuroleplay = u.uroleplay; /* set by rcfile options */
flags.female = flags.initgend;
flags.beginner = 1;
flags.beginner = TRUE;
/* zero u, including pointer values --
* necessary when aborting from a failed restore */