Kromster80 / kam_remake

"KaM Remake" is an RTS game remake written in Delphi from scratch.
http://www.kamremake.com
GNU Affero General Public License v3.0
361 stars 90 forks source link

Seems to be a bug in Fight.Create #432

Open Kromster80 opened 6 years ago

Kromster80 commented 6 years ago

in constructor we do if KMStepIsDiag(fUnit.GetPosition, fOpponent.GetPosition) and not TKMUnitWarrior(fUnit).IsRanged then IncVertex(fUnit.GetPosition, fOpponent.GetPosition); without checking if it's already in use