mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-12 15:05:53 +00:00
how do i code
This commit is contained in:
parent
feac7b56ec
commit
6a66057a60
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue