X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fclient%2FView.qc;h=22e81efebd0aac3a1b9a136253dee1aeee615f42;hb=76b7957bc3e84d1f80630ca2e282775a5d5a9013;hp=44f8236f2f55cb859b9a04e3b5eff1d58567c433;hpb=53fa7721a5a8cbcc20438c90c146c5f7cbf87ff5;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 44f8236f2..22e81efeb 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -270,7 +270,7 @@ float TrueAimCheck() ta = trueaim; mv = MOVE_NOMONSTERS; - switch(activeweapon) + switch(activeweapon) // WEAPONTODO { case WEP_TUBA: // no aim case WEP_PORTO: // shoots from eye @@ -290,7 +290,7 @@ float TrueAimCheck() return EnemyHitCheck(); } break; - case WEP_ROCKET_LAUNCHER: // projectile has a size! + case WEP_DEVASTATOR: // projectile has a size! mi = '-3 -3 -3'; ma = '3 3 3'; break;