v0.3.1: quickslot autotarget now targets the closet enemy in multi-enemy situations

This commit is contained in:
Evan Debenham
2015-08-14 17:01:55 -04:00
parent 9b906353ad
commit d7e849b3ab
2 changed files with 13 additions and 4 deletions
@@ -48,7 +48,7 @@ public class QuickSlotButton extends Button implements WndBag.Listener {
private static Image crossM;
private static boolean targeting = false;
private static Char lastTarget= null;
public static Char lastTarget = null;
public QuickSlotButton( int slotNum ) {
super();