X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fvehicles%2Fvehicle%2Fraptor.qc;h=cd2335665d52210300d32750f28a0338413d46a8;hp=57ea36c9d1ee16d41f10386d56824a1e735df024;hb=80afa8735de5af3e81d880e9980c7d9fbc3e481c;hpb=5fd095851bcaf4dfc194ed95cdb6f28faf9acb54 diff --git a/qcsrc/common/vehicles/vehicle/raptor.qc b/qcsrc/common/vehicles/vehicle/raptor.qc index 57ea36c9d1..cd2335665d 100644 --- a/qcsrc/common/vehicles/vehicle/raptor.qc +++ b/qcsrc/common/vehicles/vehicle/raptor.qc @@ -133,7 +133,7 @@ bool raptor_frame(entity this, float dt) entity vehic = this.vehicle; return = true; - if(intermission_running) + if(gameover) { vehic.solid = SOLID_NOT; vehic.takedamage = DAMAGE_NO;