Author: pdewacht-guest
Date: 2010-10-11 18:40:30 +0000 (Mon, 11 Oct 2010)
New Revision: 11402

Added:
   packages/trunk/ii-esu/debian/patches/fix-return-type.patch
Modified:
   packages/trunk/ii-esu/debian/patches/series
Log:
ii-esu: patch for #594382, fixes FTBFS


Added: packages/trunk/ii-esu/debian/patches/fix-return-type.patch
===================================================================
--- packages/trunk/ii-esu/debian/patches/fix-return-type.patch                  
        (rev 0)
+++ packages/trunk/ii-esu/debian/patches/fix-return-type.patch  2010-10-11 
18:40:30 UTC (rev 11402)
@@ -0,0 +1,15 @@
+Description: Fix the return type of addEnemy() in src/es/enemy.d
+Author: Johann Felix Soden <[email protected]>
+Bug-Debian: http://bugs.debian.org/594382
+
+--- a/src/es/enemy.d
++++ b/src/es/enemy.d
+@@ -593,7 +593,7 @@
+       enemyIdx = 0;
+   }
+ 
+-      public void addEnemy(Enemy parent ,int type ,Moving moving ,real hp 
,real x ,real y ,real z ,real vx ,real vy){
++      public bool addEnemy(Enemy parent ,int type ,Moving moving ,real hp 
,real x ,real y ,real z ,real vx ,real vy){
+     Enemy e;
+     switch(type){
+       case BULLET:   e =new Bullet(parent ,moving ,hp ,x ,y ,z ,vx ,vy);break;

Modified: packages/trunk/ii-esu/debian/patches/series
===================================================================
--- packages/trunk/ii-esu/debian/patches/series 2010-10-11 10:30:01 UTC (rev 
11401)
+++ packages/trunk/ii-esu/debian/patches/series 2010-10-11 18:40:30 UTC (rev 
11402)
@@ -3,3 +3,4 @@
 makefile.patch
 directories.patch
 d1.043.patch
+fix-return-type.patch


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

Reply via email to