unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: 26460@debbugs.gnu.org
Subject: bug#26460: [PATCH 2/2] gnu: Add kiki.
Date: Wed, 12 Apr 2017 11:53:54 -0400	[thread overview]
Message-ID: <20170412155354.GB8834@jasmine> (raw)
In-Reply-To: <20170412093352.27487-2-rekado@elephly.net>

On Wed, Apr 12, 2017 at 11:33:52AM +0200, Ricardo Wurmus wrote:
> --- /dev/null
> +++ b/gnu/packages/patches/kiki-level-selection-crash.patch
> @@ -0,0 +1,19 @@
> +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

Yikes :)

  reply	other threads:[~2017-04-12 15:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-12  9:31 bug#26460: New game: Kiki the nano bot Ricardo Wurmus
2017-04-12  9:33 ` bug#26460: [PATCH 1/2] gnu: Add freeglut-2.8 Ricardo Wurmus
2017-04-12  9:33   ` bug#26460: [PATCH 2/2] gnu: Add kiki Ricardo Wurmus
2017-04-12 15:53     ` Leo Famulari [this message]
2017-04-12 15:53 ` bug#26460: New game: Kiki the nano bot Leo Famulari
2017-04-13 11:17   ` Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170412155354.GB8834@jasmine \
    --to=leo@famulari.name \
    --cc=26460@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).