Author: adasi                        Date: Mon Mar 19 10:46:07 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- initial, does not build on gcc4.2, someone help 

---- Files affected:
SOURCES:
   StepMania-cpp.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/StepMania-cpp.patch
diff -u /dev/null SOURCES/StepMania-cpp.patch:1.1
--- /dev/null   Mon Mar 19 11:46:07 2007
+++ SOURCES/StepMania-cpp.patch Mon Mar 19 11:46:02 2007
@@ -0,0 +1,14 @@
+diff -urN StepMania-3.9-src.org/src/GameState.h 
StepMania-3.9-src/src/GameState.h
+--- StepMania-3.9-src.org/src/GameState.h      2007-03-19 11:41:07.000000000 
+0100
++++ StepMania-3.9-src/src/GameState.h  2007-03-19 11:41:34.000000000 +0100
+@@ -85,8 +85,8 @@
+       bool AnyPlayersAreCpu() const;
+ 
+       void GetCharacters( vector<Character*> &apCharactersOut );
+-      Character* GameState::GetRandomCharacter();
+-      Character* GameState::GetDefaultCharacter();
++      Character* GetRandomCharacter();
++      Character* GetDefaultCharacter();
+ 
+       PlayerController        m_PlayerController[NUM_PLAYERS];
+       
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to