From 7975d17f64d5b9b0d9da7e43011f9edb69fbe11a Mon Sep 17 00:00:00 2001 From: Brian Koropoff Date: Tue, 20 Apr 2004 05:34:35 +0000 Subject: [PATCH] Remove references to the broken and soon-to-be-removed object system. --- qw/source/sv_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qw/source/sv_main.c b/qw/source/sv_main.c index 311ae13d6..be3526990 100644 --- a/qw/source/sv_main.c +++ b/qw/source/sv_main.c @@ -1905,12 +1905,12 @@ SV_CheckVars (void) Run string GC on progs every pr_gc_interval frames - snax: run QFobject GC as well + //snax: run QFobject GC as well */ static void SV_GarbageCollect (void) { - Object_Garbage_Collect (); + //Object_Garbage_Collect (); } void @@ -2499,7 +2499,7 @@ SV_Init (void) Cbuf_Execute_Sets (sv_cbuf); // snax: Init experimental object system and run a test - Object_Init(); + //Object_Init(); // execute the global configuration file if it exists // would have been nice if Cmd_Exec_f could have been used, but it