Skip to content

Commit

Permalink
Support new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
KodamaSakuno committed Nov 25, 2017
1 parent 6ae7d9e commit 503036e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions HeavenlyWind.Game/Models/EquipmentIconType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ public enum EquipmentIconType
LandBasedFighter,
NightFighter,
NightTorpedoBomber,
LandBasedPatrolAircraft,
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public EquipmentOverviewViewModel()
r_TypeMap[EquipmentIconType.LandBasedFighter],
r_TypeMap[EquipmentIconType.InterceptorFighter],
r_TypeMap[EquipmentIconType.LandBasedAttackAircraft],
r_TypeMap[EquipmentIconType.LandBasedPatrolAircraft],
r_TypeMap[EquipmentIconType.Seaplane],
r_TypeMap[EquipmentIconType.SeaplaneFighter],
r_TypeMap[EquipmentIconType.FlyingBoat],
Expand Down

0 comments on commit 503036e

Please sign in to comment.