]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix warning
authorRudolf Polzer <divverent@alientrap.org>
Sat, 23 Oct 2010 07:54:58 +0000 (09:54 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 23 Oct 2010 07:54:58 +0000 (09:54 +0200)
qcsrc/server/mutators/mutator_rocketflying.qc

index 53bc829bc0920572f7bdce8a8fd519b8c3b3ce7b..4cd26a41daf42ef779933a5a8ba34f4349e82e6a 100644 (file)
@@ -5,6 +5,7 @@ MUTATOR_HOOKFUNCTION(rocketflying_EditProjectile)
                // kill detonate delay of rockets
                other.spawnshieldtime = time;
        }
+       return 0;
 }
 
 MUTATOR_HOOKFUNCTION(rocketflying_BuildMutatorsString)