]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/vehicles/vehicle/racer.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 / racer.qc
index c8f8cf84eaf33bb697b4963f96aad90c35e06a47..09db15c4dabfe7a55985446bc18f3ecb9c31319e 100644 (file)
@@ -155,6 +155,7 @@ bool racer_frame(entity this, float dt)
        {
                vehic.velocity = '0 0 0';
                vehic.avelocity = '0 0 0';
+               set_movetype(vehic, MOVETYPE_NONE);
                return;
        }