mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 11:40:44 +00:00
Fix issue causing voodoo doll of player appearing when selecting No to starting Training when already in a level. Fixes issue #20
This commit is contained in:
parent
1928f3fbc1
commit
de5aa31674
1 changed files with 2 additions and 1 deletions
|
@ -2503,9 +2503,10 @@ LOOP3:
|
|||
{
|
||||
levelnew = 0;
|
||||
levelnum = 0;
|
||||
}
|
||||
|
||||
goto STARTGAME2;
|
||||
}
|
||||
}
|
||||
|
||||
totalclock = ototalclock = tclocks;
|
||||
bInMove = kFalse;
|
||||
|
|
Loading…
Reference in a new issue