r7446 - packages/trunk/supertuxkart/debian/patches

Christoph Egger christoph-guest at alioth.debian.org
Sat Jun 21 08:57:37 UTC 2008


Author: christoph-guest
Date: 2008-06-21 08:57:37 +0000 (Sat, 21 Jun 2008)
New Revision: 7446

Modified:
   packages/trunk/supertuxkart/debian/patches/bug1996464.patch
Log:
 * Eliminationg error in the patch
    Posted by review upstream but I can confirm
	this is undefined C++


Modified: packages/trunk/supertuxkart/debian/patches/bug1996464.patch
===================================================================
--- packages/trunk/supertuxkart/debian/patches/bug1996464.patch	2008-06-20 17:13:42 UTC (rev 7445)
+++ packages/trunk/supertuxkart/debian/patches/bug1996464.patch	2008-06-21 08:57:37 UTC (rev 7446)
@@ -53,7 +53,7 @@
 -                playerIndex++;
 +                                         &(user_config->m_player[playerId]),
 +                                         init_pos, playerId);
-+                m_player_karts[playerId] = (PlayerKart*)newkart;
++                m_player_karts.push_back((PlayerKart*)newkart);
              }
              else
              {




More information about the Pkg-games-commits mailing list