mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
fix save confirmation
This commit is contained in:
parent
3ba6c84663
commit
4c9da401a2
@ -3026,13 +3026,13 @@ boolean M_Responder(event_t *ev)
|
|||||||
savegamestrings[saveSlot][saveCharIndex] = 0;
|
savegamestrings[saveSlot][saveCharIndex] = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (ch == KEY_ESCAPE) // phares 3/7/98
|
else if (action == MENU_ESCAPE) // phares 3/7/98
|
||||||
{
|
{
|
||||||
I_StopTextInput();
|
I_StopTextInput();
|
||||||
saveStringEnter = 0;
|
saveStringEnter = 0;
|
||||||
strcpy(&savegamestrings[saveSlot][0], saveOldString);
|
strcpy(&savegamestrings[saveSlot][0], saveOldString);
|
||||||
}
|
}
|
||||||
else if (ch == KEY_ENTER) // phares 3/7/98
|
else if (action == MENU_ENTER) // phares 3/7/98
|
||||||
{
|
{
|
||||||
I_StopTextInput();
|
I_StopTextInput();
|
||||||
saveStringEnter = 0;
|
saveStringEnter = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user