SOURCES: StepMania-cpp.patch (NEW) - initial, does not build on gc...

adasi adasi at pld-linux.org
Mon Mar 19 11:46:07 CET 2007


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];
+ 	
================================================================


More information about the pld-cvs-commit mailing list