mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
Property list tests are working.
This commit is contained in:
parent
d327c860cb
commit
5864c198cc
2 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ init_qf (void)
|
|||
{
|
||||
Cvar_Init_Hash ();
|
||||
Cmd_Init_Hash ();
|
||||
Cvar_Get ("developer", "128", 0, 0, 0);
|
||||
//Cvar_Get ("developer", "128", 0, 0, 0);
|
||||
Cvar_Init ();
|
||||
Sys_Init_Cvars ();
|
||||
Cmd_Init ();
|
||||
|
|
|
@ -23,7 +23,7 @@ void test_plist (void)
|
|||
local string data, l;
|
||||
local plitem_t pl, item, i;
|
||||
|
||||
data = read_file ("/home/bill/.quakeforge.dir");
|
||||
data = read_file ("/home/bill/.quakeforge/gamedir.conf");
|
||||
pl = PL_GetPropertyList ("{" + data + "}");
|
||||
l = PL_WritePropertyList (pl);
|
||||
printf ("%s", data);
|
||||
|
|
Loading…
Reference in a new issue