]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/vehicles/bumblebee.qh
Use old behaviour as default
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / vehicles / bumblebee.qh
index 18d90aa3ba3467133eea5bec14e9963c4a991b23..16dba7ba2abf859bd1a0720ec185418a4e8e7920 100644 (file)
@@ -78,7 +78,7 @@ vector autocvar_g_vehicle_bumblebee_bouncepain;
 float autocvar_g_vehicle_bumblebee = 0;
 
 
-float bumble_raygun_send(entity to, float sf);
+float bumble_raygun_send(entity to, int sf);
 
 const vector BUMB_MIN = '-130 -130 -130';
 const vector BUMB_MAX = '130 130 130';
@@ -117,7 +117,7 @@ void bumb_spawn(float _f);
 
 void spawnfunc_vehicle_bumblebee();
 
-float bumble_raygun_send(entity to, float sf);
+float bumble_raygun_send(entity to, int sf);
 #endif // SVQC
 
 #ifdef CSQC
@@ -139,4 +139,4 @@ void bumblebee_read_extra();
 
 void vehicle_bumblebee_assemble();
 #endif //CSQC
-#endif
\ No newline at end of file
+#endif