Skip to content

Commit

Permalink
+ Issue #32: Hot Load LRMs check box will not stay checked
Browse files Browse the repository at this point in the history
  • Loading branch information
arlith committed Feb 20, 2016
1 parent 6be05af commit 9a86544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions megamek/docs/history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ v0.41.15-git
+ Data: Quirk Fixes, New Sprites, TP Epsilon Eridani Units
+ Bug: Custom saved weapon quirks used wrong weapon name
+ Feature: Added ambient-occlusion like shadows, see client settings graphics
+ Issue #32: Hot Load LRMs check box will not stay checked

v0.41.14 (2016-02-02 13:10 UTC)
+ Data New Sprites/Various RAT and Unit Fixes.
Expand Down
1 change: 1 addition & 0 deletions megamek/src/megamek/client/ui/swing/EquipChoicePanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,7 @@ public void itemStateChanged(ItemEvent evt) {
add(lLoc, GBC.std());
add(m_choice, GBC.std());
add(m_num_shots, GBC.eol());
chHotLoad.setSelected(m_mounted.isHotLoaded());
if (clientgui.getClient().getGame().getOptions().booleanOption(
"lobby_ammo_dump")) { //$NON-NLS-1$
add(labDump, GBC.std());
Expand Down

0 comments on commit 9a86544

Please sign in to comment.