diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-05-11 23:27:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-05-11 23:27:55 +0000 |
commit | 69a89507d8c05d653283e1b0c57e9787a82bc308 (patch) | |
tree | 82036cca787148e51c49f96c7f0e1eae1169b4bb /games | |
parent | - Update to 0.5.3 (diff) |
- Remove unneded patch
Notes
Notes:
svn path=/head/; revision=254174
Diffstat (limited to 'games')
-rw-r--r-- | games/xmoto/files/patch-src-Replay.cpp | 11 |
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); |