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
  <[EMAIL PROTECTED]>. 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
+    <[EMAIL PROTECTED]>. 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;


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to