M_DrawChallengePreview for SECRET_SKIN: Keep the engine class indicator square no matter where it is on the grid

This commit is contained in:
toaster 2023-03-17 14:49:30 +00:00
parent 3e900d7f57
commit 8285f0a636

View file

@ -5123,7 +5123,7 @@ static void M_DrawChallengePreview(INT32 x, INT32 y)
LOCKSTAT(w);
#undef LOCKSTAT
V_DrawFill(4+16+1 + (s*5), (BASEVIDHEIGHT-(4+16))+1 + (w*5), 4, 4, 0);
V_DrawFill(4+16 + (s*5), (BASEVIDHEIGHT-(4+16)) + (w*5), 6, 6, 0);
}
}
break;