View | Details | Raw Unified
Collapse All | Expand All

(-) fs.c.origin (-1 / +1 lines)
 Lines 933-939    Link Here 
	fs_mempool = Mem_AllocPool("file management", 0, NULL);
	fs_mempool = Mem_AllocPool("file management", 0, NULL);
	strcpy(fs_basedir, ".");
	strcpy(fs_basedir, "GAMES_DATADIR");
	strcpy(fs_gamedir, "");
	strcpy(fs_gamedir, "");
#ifdef MACOSX
#ifdef MACOSX