Fix training level start from ingame menu

This commit is contained in:
nukeykt 2019-11-15 01:16:20 +09:00 committed by Christoph Oelckers
parent 74e5b77982
commit 92dc6be003

View file

@ -2990,7 +2990,7 @@ LOOP3:
levelnew = 0; levelnew = 0;
levelnum = 0; levelnum = 0;
} }
break; goto STARTGAME2;
} }
totalclock = ototalclock = tclocks; totalclock = ototalclock = tclocks;