diff --git a/engine/common/common.c b/engine/common/common.c index dedcdf55d..777728dd3 100644 --- a/engine/common/common.c +++ b/engine/common/common.c @@ -1974,6 +1974,40 @@ int COM_CheckParm (char *parm) return COM_CheckNextParm(parm, 0); } +/* +=============== +COM_ParsePlusSets + +Looks for +set blah blah on the commandline, and creates cvars so that engine +functions may use the cvar before anything's loaded. +This isn't really needed, but might make some thing nicer. +=============== +*/ +void COM_ParsePlusSets (void) +{ + int i; + for (i=1 ; i