]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/Main.qc
Some small fixes and just go back to the way it was before to avoid an artifact since...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / Main.qc
index f87538a9eebf76e80d1483d714b88e9a2ca1c378..bec75c2ee06f920b989780955c77211ccf9bc231 100644 (file)
@@ -136,6 +136,8 @@ void CSQC_Init(void)
        WaypointSprite_Load();
 
        // precaches
+       precache_sound("misc/hit.wav");
+       precache_sound("misc/typehit.wav");
        Projectile_Precache();
        Hook_Precache();
        GibSplash_Precache();
@@ -1092,7 +1094,7 @@ void Ent_Init()
 
        serverflags = ReadByte();
 
-       cr_maxbullets = ReadByte();
+       minelayer_maxmines = ReadByte();
 
        g_trueaim_minrange = ReadCoord();