Skip to content

Commit

Permalink
MI_LArrow bin exact suggestion #1
Browse files Browse the repository at this point in the history
Co-Authored-By: qndel <stefan551@o2.pl>
  • Loading branch information
AJenbo and qndel authored Mar 19, 2019
1 parent e5f9df0 commit 73e700f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/missiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3286,7 +3286,7 @@ void __fastcall MI_LArrow(int i)
mind = plr[p]._pIMinDam;
maxd = plr[p]._pIMaxDam;
} else {
mind = (unsigned char)monster[p].mMinDamage;
mind = monster[p].mMinDamage;
maxd = (unsigned char)monster[p].mMaxDamage;
}
} else {
Expand Down

0 comments on commit 73e700f

Please sign in to comment.