r25710 - Security lint (fia/pull/45']#45) Addressed instances of Implicit narrowing conversion in compou

Github Bot

Poster of Commits
Security lint (#45)

Addressed instances of Implicit narrowing conversion in compound assignment flagged by security checking. Trivial since the issue was just a local int that should have been changed when MP, HP, etc. went to longs. Remaining instances seem to require changing global structures or method signatures. Keeping this small to validate that I know how to "commit changes with git".

* Update DiscoCombatHelper.java

* Implicit naaarrowing

Address instances of "Implicit narrowing conversion in compound assignment"

View on Github
 
Top