Skip to content

Commit

Permalink
Consistent spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kphoenix137 committed Jul 16, 2023
1 parent d689fa5 commit 20c6b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/missiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1702,6 +1702,7 @@ void AddArrow(Missile &missile, AddMissileParameter &parameter)
UpdateMissileVelocity(missile, dst, velocity);

missile._mirange = 256;

if (isElementArrow) {
SetMissDir(missile, GetDirection16(missile.position.start, dst));
missile.var1 = missile.position.start.x;
Expand Down

0 comments on commit 20c6b98

Please sign in to comment.