mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
replace a bool
instance with proper boolean
This commit is contained in:
parent
4c6e114939
commit
b271de8949
@ -1656,7 +1656,7 @@ static void D_EndDoom(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If so, is it from the IWAD?
|
// If so, is it from the IWAD?
|
||||||
bool iwad_endoom = W_IsIWADLump(W_CheckNumForName("ENDOOM"));
|
boolean iwad_endoom = W_IsIWADLump(W_CheckNumForName("ENDOOM"));
|
||||||
|
|
||||||
// Does the user want to see it, in that case?
|
// Does the user want to see it, in that case?
|
||||||
if (iwad_endoom && endoom_pwad_only)
|
if (iwad_endoom && endoom_pwad_only)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user