aboutsummaryrefslogtreecommitdiff
path: root/games/xmoto
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2010-05-11 23:27:55 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2010-05-11 23:27:55 +0000
commit69a89507d8c05d653283e1b0c57e9787a82bc308 (patch)
tree82036cca787148e51c49f96c7f0e1eae1169b4bb /games/xmoto
parent9507c3a524a13fb8d4c8993001dfa7c47e2592f1 (diff)
downloadports-69a89507d8c05d653283e1b0c57e9787a82bc308.tar.gz
ports-69a89507d8c05d653283e1b0c57e9787a82bc308.zip
Notes
Diffstat (limited to 'games/xmoto')
-rw-r--r--games/xmoto/files/patch-src-Replay.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/xmoto/files/patch-src-Replay.cpp b/games/xmoto/files/patch-src-Replay.cpp
deleted file mode 100644
index 5f97f245aaba..000000000000
--- a/games/xmoto/files/patch-src-Replay.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Replay.cpp.orig 2009-08-21 13:16:38.000000000 +0400
-+++ src/Replay.cpp 2009-09-14 01:57:12.000000000 +0400
-@@ -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);