[iortcw] 135/497: MP: Remove legacy TODO for using CM_ClearMap, it is used

Simon McVittie smcv at debian.org
Fri Sep 8 10:36:38 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 766aaf4c4be8c1d4d482f6213e09d738a5575ff4
Author: ZTurtleMan at gmail.com <ZTurtleMan at gmail.com@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a>
Date:   Sat Jun 7 20:49:43 2014 +0000

    MP: Remove legacy TODO for using CM_ClearMap, it is used
---
 MP/code/server/sv_init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MP/code/server/sv_init.c b/MP/code/server/sv_init.c
index b224151..4a1102d 100644
--- a/MP/code/server/sv_init.c
+++ b/MP/code/server/sv_init.c
@@ -531,7 +531,7 @@ void SV_SpawnServer( char *server, qboolean killBots ) {
 	// clear the whole hunk because we're (re)loading the server
 	Hunk_Clear();
 
-	// clear collision map data		// (SA) NOTE: TODO: used in missionpack
+	// clear collision map data
 	CM_ClearMap();
 
 	// init client structures and svs.numSnapshotEntities

-- 
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