Browse Source

MI_LArrow bin exact suggestion #1

Co-Authored-By: qndel <stefan551@o2.pl>
pull/72/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
73e700f856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/missiles.cpp

2
Source/missiles.cpp

@ -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 {

Loading…
Cancel
Save