INT32 -> boolean

This commit is contained in:
Jaime Passos 2019-09-24 19:49:24 -03:00
parent 886fe2ad86
commit a197449854
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ static fixed_t scale_ftom;
static player_t *plr; // the player represented by an arrow
static INT32 followplayer = true; // specifies whether to follow the player around
static boolean followplayer = true; // specifies whether to follow the player around
// function for drawing lines, depends on rendermode
typedef void (*AMDRAWFLINEFUNC) (const fline_t *fl, INT32 color);