r3799 - in packages/trunk/hex-a-hop/debian: . patches

Jens Seidel jseidel-guest at alioth.debian.org
Thu Aug 23 23:31:56 UTC 2007


Author: jseidel-guest
Date: 2007-08-23 23:31:56 +0000 (Thu, 23 Aug 2007)
New Revision: 3799

Modified:
   packages/trunk/hex-a-hop/debian/changelog
   packages/trunk/hex-a-hop/debian/patches/compiler_warnings.patch
Log:

* Fixed an error in one of the applied patches and allow
  displaying end credits. Thanks to Piotr Engelking
  <inkerman42 at gmail.com>. Closes: #439291.


Modified: packages/trunk/hex-a-hop/debian/changelog
===================================================================
--- packages/trunk/hex-a-hop/debian/changelog	2007-08-23 21:24:06 UTC (rev 3798)
+++ packages/trunk/hex-a-hop/debian/changelog	2007-08-23 23:31:56 UTC (rev 3799)
@@ -28,6 +28,9 @@
     Thanks to Helge for the suggestion.
   * Fixed two lintian warnings (proper usage of hyphens in
     manpage, removed "Encoding" line in desktop file).
+  * Fixed an error in one of the applied patches and allow
+    displaying end credits. Thanks to Piotr Engelking
+    <inkerman42 at gmail.com>. Closes: #439291.
 
   [Miriam Ruiz]
   * Updated Spanish Translation. Thanks quique.

Modified: packages/trunk/hex-a-hop/debian/patches/compiler_warnings.patch
===================================================================
--- packages/trunk/hex-a-hop/debian/patches/compiler_warnings.patch	2007-08-23 21:24:06 UTC (rev 3798)
+++ packages/trunk/hex-a-hop/debian/patches/compiler_warnings.patch	2007-08-23 23:31:56 UTC (rev 3799)
@@ -110,7 +110,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;




More information about the Pkg-games-commits mailing list