]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compile error (perhapsably, asyyy.... ;D)
authorSamual Lenks <samual@xonotic.org>
Fri, 17 Aug 2012 16:57:36 +0000 (12:57 -0400)
committerSamual Lenks <samual@xonotic.org>
Fri, 17 Aug 2012 16:57:36 +0000 (12:57 -0400)
qcsrc/server/vehicles/bumblebee.qc

index 6dfcc8037dfb622c7e0df97185cc4e3ce08bfd0a..04b8095589306e2f010aebda3b70d94f1c4934a0 100644 (file)
@@ -740,7 +740,7 @@ void bumb_blowup()
 {
        RadiusDamage(self, self.enemy, autocvar_g_vehicle_bumblebee_blowup_coredamage,
                                 autocvar_g_vehicle_bumblebee_blowup_edgedamage,
-                                autocvar_g_vehicle_bumblebee_blowup_radius, self,
+                                autocvar_g_vehicle_bumblebee_blowup_radius, self, world,
                                 autocvar_g_vehicle_bumblebee_blowup_forceintensity,
                                 DEATH_WAKIBLOWUP, world);