X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2FView.qc;h=5af8b303b02e5ea91c083c9c8add71015368fd5a;hp=46920a4174db384323cdbf66f5119b2c1658e468;hb=3c7ef5b449d479f9a2e24fdddf767f87208c9be6;hpb=ed99b61f2c856b4ad3b92af63021256e3ce69fb4 diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 46920a417..5af8b303b 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -269,7 +269,7 @@ float TrueAimCheck() ta = trueaim; mv = MOVE_NOMONSTERS; - switch(activeweapon) + switch(activeweapon) // WEAPONTODO { case WEP_TUBA: // no aim case WEP_PORTO: // shoots from eye @@ -289,7 +289,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;