X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fecs%2Fcomponents%2Fphysics.qh;fp=qcsrc%2Fecs%2Fcomponents%2Fphysics.qh;h=1852d14eac05d47811f07f97e5430b036c601a23;hp=f150a296c299e8d46980c1ba2d4fb278665947d4;hb=1f76ce70a873b3df179a30b291401b098125df52;hpb=0b493a5bc9013823da38ed251c7c477e78109f2d diff --git a/qcsrc/ecs/components/physics.qh b/qcsrc/ecs/components/physics.qh index f150a296c2..1852d14eac 100644 --- a/qcsrc/ecs/components/physics.qh +++ b/qcsrc/ecs/components/physics.qh @@ -7,7 +7,6 @@ COMPONENT(phys); .float com_phys_vel_max; .float com_phys_vel_max_air; .float com_phys_vel_max_air_strafe; -.vector com_phys_acc; .float com_phys_acc_rate; .float com_phys_acc_rate_air; .float com_phys_acc_rate_air_strafe;