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
{
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits