[openjk] 62/130: JO: Fix write_chunk

Simon McVittie smcv at debian.org
Fri Oct 28 11:09:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository openjk.

commit 08897b11ca5071b54ffd0608c34e1dada96fbcb4
Author: bibendovsky <bibendovsky at hotmail.com>
Date:   Mon Aug 1 20:32:53 2016 +0300

    JO: Fix write_chunk
---
 shared/qcommon/ojk_saved_game.cpp | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/shared/qcommon/ojk_saved_game.cpp b/shared/qcommon/ojk_saved_game.cpp
index c4a270f..a5a9748 100644
--- a/shared/qcommon/ojk_saved_game.cpp
+++ b/shared/qcommon/ojk_saved_game.cpp
@@ -356,13 +356,6 @@ void SavedGame::write_chunk(
 		static_cast<int>(sizeof(chunk_id)),
 		file_handle_);
 
-#ifndef JK2_MODE
-	uiSaved += ::FS_Write(
-		&uiCksum,
-		static_cast<int>(sizeof(uiCksum)),
-		file_handle_);
-#endif // !JK2_MODE
-
 	auto iCompressedLength = -1;
 
 	if (::sv_compress_saved_games->integer != 0)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git



More information about the Pkg-games-commits mailing list