OnlineCop / kq-fork

Fork of KQ r910. Just for fun.
GNU General Public License v2.0
15 stars 9 forks source link

If you press control after loading a game it goes back to the title screen #144

Closed z9484 closed 2 years ago

z9484 commented 2 years ago

If you press the turbo/cancel button too soon after loading a game it goes back to the title screen.

pedro-w commented 2 years ago

It could almost be a 'feature'! What happens is that it switches to the loaded game within the KSaveGame::saveload() loop, and before the loop exits it checks for the cancel key. If pressed, cancel 'wins' and it goes back to the title screen (just as if you'd pressed cancel in the game select list)