Fix x coords of character select explosions in Profile version of the menu (resolves #1182)

This commit is contained in:
toaster 2024-03-21 22:10:54 +00:00
parent e82a626d45
commit e7bdc073ed

View file

@ -2547,7 +2547,7 @@ void M_DrawCharacterSelect(void)
}
// Explosions when you've made your final selection
M_DrawCharSelectExplosions(true, 82, 22);
M_DrawCharSelectExplosions(true, basex + 82, 22);
for (i = 0; i < MAXSPLITSCREENPLAYERS; i++)
{