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

index 64fe397d61f73051a87d540463dde1c6baf257ba..ac81e014918eef36099af5ec24a62a48225e6acb 100644 (file)
@@ -176,7 +176,7 @@ float spiderbot_frame()
     float ftmp;
 
        if(intermission_running)
-               return;
+               return 1;
                
     player = self;
     spider = self.vehicle;