Bug#439291: hex-a-hop: end credits are not displayed

2007-08-23 Thread Piotr Engelking
Package: hex-a-hop
Version: 0.0.20070315-3
Severity: normal
Tags: patch

debian/patches/compiler_warnings.patch, introduced in 0.0.20070315-3, has
changed an assignment of global variable into an assignment of local
variable, and, as a result, broken credits displayed when you complete all
levels. The attached patch fixes this problem.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.22
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages hex-a-hop depends on:
ii  libc6 2.6.1-1GNU C Library: Shared libraries
ii  libgcc1   1:4.2.1-4  GCC support library
ii  libsdl-pango1 0.1.2-1text rendering with Pango in SDL a
ii  libsdl1.2debian   1.2.11-9   Simple DirectMedia Layer
ii  libstdc++64.2.1-4The GNU Standard C++ Library v3

hex-a-hop recommends no packages.

-- no debconf information
diff -ur hex-a-hop-0.0.20070315/debian/patches/compiler_warnings.patch hex-a-hop/debian/patches/compiler_warnings.patch
--- hex-a-hop-0.0.20070315/debian/patches/compiler_warnings.patch	2007-08-24 00:29:05.0 +0200
+++ hex-a-hop/debian/patches/compiler_warnings.patch	2007-08-24 00:29:43.0 +0200
@@ -107,7 +107,7 @@
  
  		Menu::Update(t);
 -		double s = scroll = time * 50;
-+		double scroll = time * 50;
++		scroll = time * 50;
  //		if (scroll  scrollMax)
  //		scroll = fmod(scroll, scrollMax);
  //			scroll = 0, time = 0;
___
Pkg-games-devel mailing list
Pkg-games-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-devel

Processed: Re: Bug#439291: hex-a-hop: end credits are not displayed

2007-08-23 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 439291 +pending
Bug#439291: hex-a-hop: end credits are not displayed
Tags were: patch
Tags added: pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


___
Pkg-games-devel mailing list
Pkg-games-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-devel


Bug#439291: hex-a-hop: end credits are not displayed

2007-08-23 Thread Jens Seidel
tags 439291 +pending
thanks

 On Fri, Aug 24, 2007 at 12:54:31AM +0200, Piotr Engelking wrote:
 debian/patches/compiler_warnings.patch, introduced in 0.0.20070315-3, has
 changed an assignment of global variable into an assignment of local
 variable, and, as a result, broken credits displayed when you complete all
 levels. The attached patch fixes this problem.

Good catch. Thanks!

Jens


___
Pkg-games-devel mailing list
Pkg-games-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-devel