Skip to content

Commit

Permalink
Ballistics - Change ACE_408_Ball inheritance (#10515)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laid3acK authored Nov 18, 2024
1 parent b0e38de commit e0ce058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/ballistics/CfgAmmo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ class CfgAmmo {
ACE_muzzleVelocities[]={867};
ACE_barrelLengths[]={736.6};
};
class ACE_408_Ball: BulletBase {
class ACE_408_Ball: B_408_Ball {
timeToLive=10;
airFriction=-0.00065414;
typicalSpeed=1067;
Expand Down

0 comments on commit e0ce058

Please sign in to comment.