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:
sirlemonhead 2019-11-28 21:13:44 +00:00 committed by Christoph Oelckers
parent 1928f3fbc1
commit de5aa31674

View file

@ -2503,8 +2503,9 @@ LOOP3:
{
levelnew = 0;
levelnum = 0;
goto STARTGAME2;
}
goto STARTGAME2;
}
totalclock = ototalclock = tclocks;