r14120 - packages/trunk/mu-cade/debian/patches

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


Author: pdewacht-guest
Date: 2013-05-21 19:45:11 +0000 (Tue, 21 May 2013)
New Revision: 14120

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


Modified: packages/trunk/mu-cade/debian/patches/dlang_v2.patch
===================================================================
--- packages/trunk/mu-cade/debian/patches/dlang_v2.patch	2013-05-21 19:40:54 UTC (rev 14119)
+++ packages/trunk/mu-cade/debian/patches/dlang_v2.patch	2013-05-21 19:45:11 UTC (rev 14120)
@@ -1129,6 +1129,15 @@
      if(eyePos) {
        assert(eyePos.x < 100 && eyePos.x > -100);
        assert(eyePos.y < 100 && eyePos.y > -100);
+@@ -294,7 +294,7 @@
+     return (_size.contains(p.x, p.y) && fabs(p.z) < 1);
+   }
+ 
+-  public Vector size() {
++  public const(Vector) size() const {
+     return _size;
+   }
+ 
 --- a/src/abagames/mcd/gamemanager.d
 +++ b/src/abagames/mcd/gamemanager.d
 @@ -38,7 +38,7 @@




More information about the Pkg-games-commits mailing list