Make the zeroed temperature gauge actually look right.

This commit is contained in:
toasterbabe 2017-05-26 16:04:10 +01:00
parent fe9ebbd1ca
commit d3bd17d862

View file

@ -4868,7 +4868,7 @@ static void M_DrawAddons(void)
? "\x85""Adding files mid-game may cause problems." ? "\x85""Adding files mid-game may cause problems."
: LOCATIONSTRING)); : LOCATIONSTRING));
if (!numwadfiles) if (numwadfiles <= mainwads+1)
y = 0; y = 0;
else if (numwadfiles >= MAX_WADFILES) // difficult to happen with current limits, but still worth thinking of else if (numwadfiles >= MAX_WADFILES) // difficult to happen with current limits, but still worth thinking of
y = FRACUNIT; y = FRACUNIT;