[iortcw] 148/152: All: Change references to q3config.cfg in comments

Simon McVittie smcv at debian.org
Fri Sep 8 10:40:29 UTC 2017


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

smcv pushed a commit to annotated tag 1.5a
in repository iortcw.

commit c4b95ef6d9592a3302efb4c9f5d7324a8a6575d5
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date:   Fri Oct 28 17:23:47 2016 -0400

    All: Change references to q3config.cfg in comments
---
 MP/code/server/sv_ccmds.c | 2 +-
 SP/code/qcommon/common.c  | 2 +-
 SP/code/server/sv_ccmds.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/MP/code/server/sv_ccmds.c b/MP/code/server/sv_ccmds.c
index e57ef7b..be18877 100644
--- a/MP/code/server/sv_ccmds.c
+++ b/MP/code/server/sv_ccmds.c
@@ -217,7 +217,7 @@ static void SV_Map_f( void ) {
 		}
 	}
 
-	// save the map name here cause on a map restart we reload the q3config.cfg
+	// save the map name here cause on a map restart we reload the wolfconfig_server.cfg
 	// and thus nuke the arguments of the map command
 	Q_strncpyz( mapname, map, sizeof( mapname ) );
 
diff --git a/SP/code/qcommon/common.c b/SP/code/qcommon/common.c
index e07f021..20f871d 100644
--- a/SP/code/qcommon/common.c
+++ b/SP/code/qcommon/common.c
@@ -1931,7 +1931,7 @@ void Com_ExecuteCfg(void)
 
 	if(!Com_SafeMode())
 	{
-		// skip the q3config.cfg and autoexec.cfg if "safe" is on the command line
+		// skip the wolfconfig.cfg and autoexec.cfg if "safe" is on the command line
 		Cbuf_ExecuteText(EXEC_NOW, "exec " Q3CONFIG_CFG "\n");
 		Cbuf_Execute();
 		Cbuf_ExecuteText(EXEC_NOW, "exec autoexec.cfg\n");
diff --git a/SP/code/server/sv_ccmds.c b/SP/code/server/sv_ccmds.c
index 078bd41..edde770 100644
--- a/SP/code/server/sv_ccmds.c
+++ b/SP/code/server/sv_ccmds.c
@@ -291,7 +291,7 @@ static void SV_Map_f( void ) {
 	}
 
 
-	// save the map name here cause on a map restart we reload the q3config.cfg
+	// save the map name here cause on a map restart we reload the wolfconfig_server.cfg
 	// and thus nuke the arguments of the map command
 	Q_strncpyz( mapname, map, sizeof( mapname ) );
 

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