Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Donald Johnson (e131bd29a6181bf18fca22aed1db1eb72488f839)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Donald Johnson <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Donald Johnson (e131bd29a6181bf18fca22aed1db1eb72488f839)
  • Date: Sat, 12 Sep 2009 15:17:30 -0500

GIT changes to master games grimoire by Donald Johnson <ltdonny AT gmail.com>:

games-arcade-2d/xmoto/compilefix.patch | 11 +++++++++++
1 files changed, 11 insertions(+)

New commits:
commit de245e585efe34804ef0215e7a0f545ce638ce67
Author: Donald Johnson <ltdonny AT gmail.com>
Commit: Donald Johnson <ltdonny AT gmail.com>

xmoto: git-add'd the compilefix patch

diff --git a/games-arcade-2d/xmoto/compilefix.patch
b/games-arcade-2d/xmoto/compilefix.patch
new file mode 100644
index 0000000..bf663ec
--- /dev/null
+++ b/games-arcade-2d/xmoto/compilefix.patch
@@ -0,0 +1,11 @@
+--- a/src/Replay.cpp 2009-09-03 13:26:09.000000000 +0200
++++ b/src/Replay.cpp 2009-09-03 13:26:54.000000000 +0200
+@@ -156,7 +156,7 @@
+ v_replay.writeBuf(pcData, nDataSize);
+
+ /* Chunks */
+- v_replay << m_Chunks.size();
++ v_replay << (unsigned int) m_Chunks.size();
+ for(unsigned int i=0;i<m_Chunks.size();i++) {
+ v_replay << m_Chunks[i]->nNumStates;
+ v_replay.writeBuf(m_Chunks[i]->pcChunkData, m_nStateSize *
m_Chunks[i]->nNumStates);



  • [SM-Commit] GIT changes to master games grimoire by Donald Johnson (e131bd29a6181bf18fca22aed1db1eb72488f839), Donald Johnson, 09/12/2009

Archive powered by MHonArc 2.6.24.

Top of Page