mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
CON: Add resetplayerflag 8, which mandates reload and not savegame load in single player.
git-svn-id: https://svn.eduke32.com/eduke32@6823 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
c11adbb0d4
commit
d41f233045
1 changed files with 1 additions and 1 deletions
|
@ -1087,7 +1087,7 @@ static int32_t VM_ResetPlayer(int const playerNum, int32_t vmFlags, int32_t cons
|
|||
//AddLog("resetplayer");
|
||||
if (!g_netServer && ud.multimode < 2 && !(resetFlags & 2))
|
||||
{
|
||||
if (g_quickload && g_quickload->isValid() && ud.recstat != 2)
|
||||
if (g_quickload && g_quickload->isValid() && ud.recstat != 2 && !(resetFlags & 8))
|
||||
{
|
||||
if (resetFlags & 4)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue