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-1    GNU C Library: Shared libraries
ii  libgcc1                       1:4.2.1-4  GCC support library
ii  libsdl-pango1                 0.1.2-1    text rendering with Pango in SDL a
ii  libsdl1.2debian               1.2.11-9   Simple DirectMedia Layer
ii  libstdc++6                    4.2.1-4    The 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.000000000 +0200
+++ hex-a-hop/debian/patches/compiler_warnings.patch	2007-08-24 00:29:43.000000000 +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

Reply via email to