]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qc
Hide these from game code
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qc
index 64b340622a16a2ee2a3ea5f87d98efb97b1d3ea6..323ebb3516147bce98cc49f0d8286c2ec85324b1 100644 (file)
@@ -108,11 +108,6 @@ void CSQC_Init()
                maxclients = i;
        }
 
-       // needs to be done so early because of the constants they create
-       static_init();
-       static_init_late();
-       static_init_precache();
-
        binddb = db_create();
        tempdb = db_create();
        ClientProgsDB = db_load("client.db");