]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove an old comment
authorMario <mario.mario@y7mail.com>
Fri, 11 Oct 2013 09:45:00 +0000 (02:45 -0700)
committerMario <mario.mario@y7mail.com>
Fri, 11 Oct 2013 09:45:00 +0000 (02:45 -0700)
qcsrc/server/mutators/mutator_nades.qc

index 5ba145158bdd1d93cc0bb719886ffe1d5f1d6f2b..025c481990819913c89d7a80215d6254097aac1a 100644 (file)
@@ -177,8 +177,7 @@ void toss_nade(entity e, vector _velocity, float _time)
                _nade.velocity = _velocity;
        else
                _nade.velocity = W_CalculateProjectileVelocity(e.velocity, _velocity, TRUE);
-
-       //_nade.solid = SOLID_BBOX; // TODO: remember why this was needed
+               
        _nade.touch = nade_touch;
        _nade.health = autocvar_g_nades_nade_health;
        _nade.max_health = _nade.health;