]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/vehicles/vehicles.qc
racer working (but dirty / hakky) in csqc
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / vehicles / vehicles.qc
index 8441c3a57f70af6bd6b15f0c5c856da142220a9b..89ca5336519d43ace1b6c4c16c2e248d2943568d 100644 (file)
@@ -58,11 +58,6 @@ void AuxiliaryXhair_Draw2D()
         self.draw2d = Draw_Not;
 }
 
-void Net_Vehicle(float IsNew)
-{
-    //entnum
-}
-
 void Net_AuXair2(float bIsNew)
 {
     float axh_id;
@@ -481,6 +476,8 @@ void CSQC_WAKIZASHI_HUD()
 
 void Vehicles_Precache()
 {
+       precache_model("models/vehicles/wakizashi.dpm");
+
        precache_model("models/vehicles/bomblet.md3");
        precache_model("models/vehicles/clusterbomb.md3");
        precache_model("models/vehicles/clusterbomb_fragment.md3");