mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-17 18:21:10 +00:00
Make the zeroed temperature gauge actually look right.
This commit is contained in:
parent
fe9ebbd1ca
commit
d3bd17d862
1 changed files with 1 additions and 1 deletions
|
@ -4868,7 +4868,7 @@ static void M_DrawAddons(void)
|
|||
? "\x85""Adding files mid-game may cause problems."
|
||||
: LOCATIONSTRING));
|
||||
|
||||
if (!numwadfiles)
|
||||
if (numwadfiles <= mainwads+1)
|
||||
y = 0;
|
||||
else if (numwadfiles >= MAX_WADFILES) // difficult to happen with current limits, but still worth thinking of
|
||||
y = FRACUNIT;
|
||||
|
|
Loading…
Reference in a new issue