r14117 - packages/trunk/tumiki-fighters/debian/patches

Peter De Wachter pdewacht-guest at alioth.debian.org
Tue May 21 19:32:23 UTC 2013


Author: pdewacht-guest
Date: 2013-05-21 19:32:22 +0000 (Tue, 21 May 2013)
New Revision: 14117

Modified:
   packages/trunk/tumiki-fighters/debian/patches/dlang_v2.patch
Log:
tumiki-fighters: fixes for GDC 4.8


Modified: packages/trunk/tumiki-fighters/debian/patches/dlang_v2.patch
===================================================================
--- packages/trunk/tumiki-fighters/debian/patches/dlang_v2.patch	2013-05-21 19:21:49 UTC (rev 14116)
+++ packages/trunk/tumiki-fighters/debian/patches/dlang_v2.patch	2013-05-21 19:32:22 UTC (rev 14117)
@@ -1304,6 +1304,16 @@
    }
 --- a/src/abagames/tf/letterrender.d
 +++ b/src/abagames/tf/letterrender.d
+@@ -19,8 +19,8 @@
+   static const float LETTER_WIDTH = 2.1f;
+   static const float LETTER_HEIGHT = 3.0f;
+   static const int COLOR_NUM = 6;
+- private:
+   static const int LETTER_NUM = 43;
++ private:
+   static const int DISPLAY_LIST_NUM = LETTER_NUM * COLOR_NUM;
+   static Rand rand;
+ 
 @@ -76,7 +76,7 @@
      return idx;
    }




More information about the Pkg-games-commits mailing list