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,8 +2503,9 @@ LOOP3:
|
||||||
{
|
{
|
||||||
levelnew = 0;
|
levelnew = 0;
|
||||||
levelnum = 0;
|
levelnum = 0;
|
||||||
|
|
||||||
|
goto STARTGAME2;
|
||||||
}
|
}
|
||||||
goto STARTGAME2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
totalclock = ototalclock = tclocks;
|
totalclock = ototalclock = tclocks;
|
||||||
|
|
Loading…
Reference in a new issue