Downloaded from https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/kiki-the-nano-bot/debian/patches/level-selection-with-no-levels-solved.patch?revision=8291&view=co Kiki crashes if the user tries to use the level selection menu before finishing any level. Peter De Wachter (pdewacht@gmail.com) placed in the public domain --- a/py/levelselection.py +++ b/py/levelselection.py @@ -25,6 +25,8 @@ # ............................................................................................................ last_level = highscore.getLastAvailableLevel() + if last_level < 0: + last_level = 0 current_level = (level_index >= 0) and level_index or last_level world.max_level_index = last_level e='koszko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu.scm
AgeCommit message (Expand)Author
2019-03-24Add (gnu system keyboard)....Ludovic Courtès
2017-11-08gnu: Improve error reporting of the use-.*modules macros....Ludovic Courtès
2017-05-16bootloader: Add extlinux support....Mathieu Othacehe
2016-04-18system: Add (gnu system mapped-devices)....Ludovic Courtès
2015-11-03system: Rename (gnu system linux) to (gnu system pam)....Ludovic Courtès