]> git.pld-linux.org Git - packages/StepMania.git/commitdiff
- still needs work
authoradasi <adasi@pld-linux.org>
Mon, 19 Mar 2007 11:41:24 +0000 (11:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    StepMania-cpp.patch -> 1.2

StepMania-cpp.patch

index 0cdd2028a1a56cd973a9d4d284116deb999f947e..ec46cbff48488a5e447c257293e863a126fe194d 100644 (file)
@@ -11,4 +11,27 @@ diff -urN StepMania-3.9-src.org/src/GameState.h StepMania-3.9-src/src/GameState.
 +      Character* GetDefaultCharacter();
  
        PlayerController        m_PlayerController[NUM_PLAYERS];
-       
+
+--- SM.org/src/StdString.h    2007-03-19 12:15:09.000000000 +0100
++++ SM/src/StdString.h     2007-03-19 12:15:09.000000000 +0100
+@@ -1087,7 +1087,7 @@
+
+               while ( (nIdx=this->find(szOld, nIdx)) != MYBASE::npos )
+               {
+-                      replace(this->begin()+nIdx, this->begin()+nIdx+nOldLen, szRealNew);
++                      this->replace(this->begin()+nIdx, this->begin()+nIdx+nOldLen, szRealNew);
+                       nReplaced++;
+                       nIdx += nNewLen;
+               }
+
+--- SM.org/src/NetworkSyncServer.h        2007-03-19 12:21:01.000000000 +0100
++++ SM/src/NetworkSyncServer.h 2007-03-19 12:21:01.000000000 +0100
+@@ -117,7 +117,7 @@
+       void GameOver(PacketFunctions& Packet, const unsigned int clientNum);
+       void ScreenNetMusicSelectStatus(PacketFunctions& Packet, const unsigned int clientNum);
+       void AnalizeChat(PacketFunctions &Packet, const unsigned int clientNum);
+-      CString StepManiaLanServer::ListPlayers();
++      CString ListPlayers();
+       void Kick(CString &name);
+       void Ban(CString &name);
+       bool IsBanned(CString &ip);
This page took 0.114466 seconds and 4 git commands to generate.