aboutsummaryrefslogtreecommitdiffstats
path: root/games/xmoto
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2010-05-12 07:27:55 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2010-05-12 07:27:55 +0800
commitfe56b330d5d1363e00809c86f3be92b8cea47b13 (patch)
treeb7876dc37d59401e36c675f770f8b3d5589ae69b /games/xmoto
parent4a77ad7e77840a8a5f4a2553c977b6a9284963f9 (diff)
downloadfreebsd-ports-gnome-fe56b330d5d1363e00809c86f3be92b8cea47b13.tar.gz
freebsd-ports-gnome-fe56b330d5d1363e00809c86f3be92b8cea47b13.tar.zst
freebsd-ports-gnome-fe56b330d5d1363e00809c86f3be92b8cea47b13.zip
- Remove unneded patch
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);