[quake3-commits] r1830 - trunk/code/sys

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Jan 30 08:34:54 EST 2011


Author: ludwig
Date: 2011-01-30 08:34:54 -0500 (Sun, 30 Jan 2011)
New Revision: 1830

Modified:
   trunk/code/sys/sys_unix.c
Log:
cvar is called fs_game (bug 4866)

Modified: trunk/code/sys/sys_unix.c
===================================================================
--- trunk/code/sys/sys_unix.c	2011-01-29 22:01:55 UTC (rev 1829)
+++ trunk/code/sys/sys_unix.c	2011-01-30 13:34:54 UTC (rev 1830)
@@ -498,7 +498,7 @@
 	unsigned int size;
 	int f = -1;
 	const char *homepath = Cvar_VariableString( "fs_homepath" );
-	const char *gamedir = Cvar_VariableString( "fs_gamedir" );
+	const char *gamedir = Cvar_VariableString( "fs_game" );
 	const char *fileName = "crashlog.txt";
 	char *ospath = FS_BuildOSPath( homepath, gamedir, fileName );
 



More information about the quake3-commits mailing list