- fixing the last commit.

This commit is contained in:
Christoph Oelckers 2019-12-01 09:03:51 +01:00
parent 8a98f9b3ca
commit 55ba1116ec
2 changed files with 1 additions and 2 deletions

View file

@ -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;

View file

@ -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))