mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 21:50:48 +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)
|
||||
{
|
||||
// Is this a hack?
|
||||
charselscrollx = 0;
|
||||
charseltimer = 0;
|
||||
if (currentMenu->prevMenu)
|
||||
M_SetupNextMenu(currentMenu->prevMenu);
|
||||
else
|
||||
|
@ -7936,7 +7939,7 @@ static void M_DrawSetupChoosePlayerMenu(void)
|
|||
{
|
||||
// prev
|
||||
txsh = oxsh;
|
||||
x = ox - txsh - 128;
|
||||
x = ox - txsh - (128*2);
|
||||
V_DrawScaledPatch(x-xsh, y, fade2<<V_ALPHASHIFT, prevpatch);
|
||||
|
||||
// next
|
||||
|
|
Loading…
Reference in a new issue