mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
Remove references to the broken and soon-to-be-removed object system.
This commit is contained in:
parent
dd989c18ff
commit
7975d17f64
1 changed files with 3 additions and 3 deletions
|
@ -1905,12 +1905,12 @@ SV_CheckVars (void)
|
||||||
|
|
||||||
Run string GC on progs every pr_gc_interval frames
|
Run string GC on progs every pr_gc_interval frames
|
||||||
|
|
||||||
snax: run QFobject GC as well
|
//snax: run QFobject GC as well
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
SV_GarbageCollect (void)
|
SV_GarbageCollect (void)
|
||||||
{
|
{
|
||||||
Object_Garbage_Collect ();
|
//Object_Garbage_Collect ();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
@ -2499,7 +2499,7 @@ SV_Init (void)
|
||||||
Cbuf_Execute_Sets (sv_cbuf);
|
Cbuf_Execute_Sets (sv_cbuf);
|
||||||
|
|
||||||
// snax: Init experimental object system and run a test
|
// snax: Init experimental object system and run a test
|
||||||
Object_Init();
|
//Object_Init();
|
||||||
|
|
||||||
// execute the global configuration file if it exists
|
// execute the global configuration file if it exists
|
||||||
// would have been nice if Cmd_Exec_f could have been used, but it
|
// would have been nice if Cmd_Exec_f could have been used, but it
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue