From: Mario Date: Fri, 25 Mar 2016 07:20:56 +0000 (+1000) Subject: Set vehic velocity, not self.vehicle X-Git-Tag: xonotic-v0.8.2~1016 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=237c805e8c20023df4ea321d2b6bedb6998935b5;p=xonotic%2Fxonotic-data.pk3dir.git Set vehic velocity, not self.vehicle --- diff --git a/qcsrc/common/vehicles/vehicle/spiderbot.qc b/qcsrc/common/vehicles/vehicle/spiderbot.qc index a74c32513..1fff96fb2 100644 --- a/qcsrc/common/vehicles/vehicle/spiderbot.qc +++ b/qcsrc/common/vehicles/vehicle/spiderbot.qc @@ -75,8 +75,8 @@ bool spiderbot_frame(entity this) if(intermission_running) { - self.vehicle.velocity = '0 0 0'; - self.vehicle.avelocity = '0 0 0'; + vehic.velocity = '0 0 0'; + vehic.avelocity = '0 0 0'; return; }