[iortcw] 381/497: MP: Remove commented unused var for save game in SV_Map_f

Simon McVittie smcv at debian.org
Fri Sep 8 10:37:32 UTC 2017


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

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit 2914532afbdf479dd9bf54d647b2629369d7dae3
Author: Zack Middleton <zturtleman at gmail.com>
Date:   Sun Jul 26 20:39:48 2015 -0500

    MP: Remove commented unused var for save game in SV_Map_f
---
 MP/code/server/sv_ccmds.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/MP/code/server/sv_ccmds.c b/MP/code/server/sv_ccmds.c
index 52b7077..69c9e29 100644
--- a/MP/code/server/sv_ccmds.c
+++ b/MP/code/server/sv_ccmds.c
@@ -163,8 +163,6 @@ static void SV_Map_f( void ) {
 	char mapname[MAX_QPATH];
 	qboolean killBots, cheat;
 	char expanded[MAX_QPATH];
-	// TTimo: unused
-//	int			savegameTime = -1;
 
 	map = Cmd_Argv( 1 );
 	if ( !map ) {

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



More information about the Pkg-games-commits mailing list