r14123 - packages/trunk/gunroar/debian/patches

Peter De Wachter pdewacht-guest at alioth.debian.org
Tue May 21 21:20:47 UTC 2013


Author: pdewacht-guest
Date: 2013-05-21 21:20:46 +0000 (Tue, 21 May 2013)
New Revision: 14123

Modified:
   packages/trunk/gunroar/debian/patches/dlang_v2.patch
Log:
gunroar: fixes for D 4.8


Modified: packages/trunk/gunroar/debian/patches/dlang_v2.patch
===================================================================
--- packages/trunk/gunroar/debian/patches/dlang_v2.patch	2013-05-21 19:51:31 UTC (rev 14122)
+++ packages/trunk/gunroar/debian/patches/dlang_v2.patch	2013-05-21 21:20:46 UTC (rev 14123)
@@ -2613,3 +2613,14 @@
      PadState s = super.getState();
      if (doRecord)
        record(s);
+--- a/src/abagames/util/sdl/shape.d
++++ b/src/abagames/util/sdl/shape.d
+@@ -24,7 +24,7 @@
+   public bool checkCollision(float ax, float ay, Collidable shape = null);
+ }
+ 
+-private template CollidableImpl() {
++public template CollidableImpl() {
+   public bool checkCollision(float ax, float ay, Collidable shape = null) {
+     float cx, cy;
+     if (shape) {




More information about the Pkg-games-commits mailing list