]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix the fix, again..
authorJakob MG <jakob_mg@hotmail.com>
Mon, 13 Jun 2011 00:14:13 +0000 (02:14 +0200)
committerJakob MG <jakob_mg@hotmail.com>
Mon, 13 Jun 2011 00:14:13 +0000 (02:14 +0200)
qcsrc/server/vehicles/racer.qc
qcsrc/server/vehicles/raptor.qc

index 5935ea8f6c35f76883d819e66bd7562a5428f5ff..a2ea179860b55114f3b8b76a1376e28298dd5579 100644 (file)
@@ -257,7 +257,7 @@ float racer_frame()
     float ftmp;
 
        if(intermission_running)
-               return;
+               return 1;
 
     player  = self;
     racer   = self.vehicle;
index 070a0492a3e4e5c79fe795bf3c06b072faf375a9..b9ef204957e6d4333b0802c7a69a75812aa7fb75 100644 (file)
@@ -318,7 +318,7 @@ float raptor_frame()
     vector df, ra;
     
        if(intermission_running)
-               return;
+               return 1;
 
     player = self;
     raptor = self.vehicle;