ok this was supposed to be here

This commit is contained in:
toaster 2022-01-23 20:40:59 +00:00
parent 8c3fad058d
commit 28ee382587

View file

@ -3382,7 +3382,7 @@ tryagain:
void G_AddMapToBuffer(INT16 map)
{
INT16 bufx, refreshnum = max(0, TOLMaps(G_TOLFlag(gametype))-3);
INT16 bufx, refreshnum = max(0, ((INT32)TOLMaps(G_TOLFlag(gametype)))-3);
// Add the map to the buffer.
for (bufx = NUMMAPS-1; bufx > 0; bufx--)