how do i code

This commit is contained in:
Jaime Passos 2019-08-18 19:46:55 -03:00
parent feac7b56ec
commit 6a66057a60

View file

@ -7529,6 +7529,9 @@ static void M_HandleLoadSave(INT32 choice)
} }
if (exitmenu) if (exitmenu)
{ {
// Is this a hack?
charselscrollx = 0;
charseltimer = 0;
if (currentMenu->prevMenu) if (currentMenu->prevMenu)
M_SetupNextMenu(currentMenu->prevMenu); M_SetupNextMenu(currentMenu->prevMenu);
else else
@ -7936,7 +7939,7 @@ static void M_DrawSetupChoosePlayerMenu(void)
{ {
// prev // prev
txsh = oxsh; txsh = oxsh;
x = ox - txsh - 128; x = ox - txsh - (128*2);
V_DrawScaledPatch(x-xsh, y, fade2<<V_ALPHASHIFT, prevpatch); V_DrawScaledPatch(x-xsh, y, fade2<<V_ALPHASHIFT, prevpatch);
// next // next