]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/vehicles/vehicle/bumblebee.qc
Really block vehicles when the game is over (racer and spiderbot used to slowly fall...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / vehicles / vehicle / bumblebee.qc
index 403c9de9ddb1bb73a8e969e70afea9f324c1ec9f..8fbeb3f993ca5c890c10187d5f679d59ada5df6c 100644 (file)
@@ -395,6 +395,7 @@ bool bumblebee_pilot_frame(entity this, float dt)
        {
                vehic.velocity = '0 0 0';
                vehic.avelocity = '0 0 0';
+               set_movetype(vehic, MOVETYPE_NONE);
                return;
        }