Bug 4866 - Unix tries to get gamedir from non-existent cvar fs_gamedir
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Platform
Version: GIT MASTER
Hardware: PC Linux
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2011-01-01 21:41 EST by Zack Middleton
Modified: 2011-01-30 08:35:06 EST
0 users

See Also:


Attachments
Correct variable name. (518 bytes, patch)
2011-01-01 21:41 EST, Zack Middleton

Description Zack Middleton 2011-01-01 21:41:49 EST
Created attachment 2548 [details]
Correct variable name.

code/sys/sys_unix.c tries to get the gamedir from a cvar named fs_gamedir, but should use the cvar fs_game.
Comment 1 Ludwig Nussel 2011-01-30 08:35:06 EST
applied, thanks