mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- fixing the last commit.
This commit is contained in:
parent
8a98f9b3ca
commit
55ba1116ec
2 changed files with 1 additions and 2 deletions
|
@ -1095,7 +1095,6 @@ static int32_t VM_ResetPlayer(int const playerNum, int32_t vmFlags, int32_t cons
|
|||
else
|
||||
#endif
|
||||
{
|
||||
QuickLoadFailure:
|
||||
g_player[playerNum].ps->gm = MODE_RESTART;
|
||||
}
|
||||
vmFlags |= VM_NOEXECUTE;
|
||||
|
|
|
@ -631,7 +631,7 @@ waitforeverybody(void)
|
|||
handleevents();
|
||||
getpackets();
|
||||
|
||||
if (wfe_ExitCallback && wfe_ExitCallback()))
|
||||
if (wfe_ExitCallback && wfe_ExitCallback())
|
||||
{
|
||||
// allow exit
|
||||
//if (inputState.GetKeyStatus(KEYSC_ESC))
|
||||
|
|
Loading…
Reference in a new issue