From 41d03f68e2047a2e3c352612279507cb51aa7c3c Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Sun, 13 Apr 2003 01:08:02 +0000 Subject: [PATCH] typo in cvar name --- reaction/game/g_main.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reaction/game/g_main.c b/reaction/game/g_main.c index 52856058..895691da 100644 --- a/reaction/game/g_main.c +++ b/reaction/game/g_main.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.142 2003/04/13 01:08:02 jbravo +// typo in cvar name +// // Revision 1.141 2003/04/09 02:00:43 jbravo // Fixed team none in DM and some final cleanups for the 3.0 release // @@ -685,7 +688,7 @@ static cvarTable_t gameCvarTable[] = { //{ &g_RQ3_team2ready, "g_RQ3_team2ready", "0", 0, 0, qfalse}, // aasimon: Ref system for MM,added infor for referee id (clientnumber) {&g_RQ3_AllowRef, "g_RQ3_AllowRef", "0", CVAR_SERVERINFO, 0, qtrue}, - {&g_RQ3_RefPassword, "g_RQ3_RefPasswordword", "", CVAR_ARCHIVE, 0, qfalse}, + {&g_RQ3_RefPassword, "g_RQ3_RefPassword", "", CVAR_ARCHIVE, 0, qfalse}, //{&g_RQ3_RefID, "g_RQ3_RefID", "-1", CVAR_SYSTEMINFO | CVAR_ROM, 0, qfalse}, {&g_RQ3_maxRefs, "g_RQ3_maxRefs", "1", CVAR_SERVERINFO, 0, qtrue}, // aasimon: stuff for da ini file