Skip to content

Commit

Permalink
Update AirShipCursor.java
Browse files Browse the repository at this point in the history
  • Loading branch information
xdnw committed Aug 7, 2023
1 parent b8f3569 commit 4457321
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void load(WarAttack attack) {
super.load(attack);
this.attcas1 = attack.getAtt_aircraft_lost();
this.defcas1 = attack.getDef_aircraft_lost();
this.defcas2 = attack.getDef_tanks_lost();
this.defcas2 = attack.getDef_ships_lost();
}

private static final MilitaryUnit[] UNITS = {MilitaryUnit.AIRCRAFT, MilitaryUnit.SHIP};
Expand Down

0 comments on commit 4457321

Please sign in to comment.