]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/sv_main.qc
Ignore sky & softtargets for vehicle impact damage. Extand vehile impactdamage to...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / sv_main.qc
index eb386005d16f16201ba064b01d32e799b1a85bee..6e4b0ccb7a47e6a9e9ba20c9801af2996bff260d 100644 (file)
@@ -128,8 +128,8 @@ void CreatureFrame (void)
                                }
                        }
                }
-
-               self.oldvelocity = self.velocity;
+               
+        self.oldvelocity = self.velocity;
        }
        self = oldself;
 }