Minor update to ViewField.

This commit is contained in:
Doublestrike
2012-01-12 05:18:08 +00:00
parent 4646f4b52a
commit 2faae5b3e5

View File

@@ -99,18 +99,6 @@ public class ViewField extends FRoundedPanel {
this.hoverBorder = new LineBorder(this.skin.getColor("borders"), 1); this.hoverBorder = new LineBorder(this.skin.getColor("borders"), 1);
this.counter = -1; this.counter = -1;
/*
*
if (AllZone.getQuestData() != null && this.player.isComputer()) {
final File base = ForgeProps.getFile(NewConstants.IMAGE_ICON);
String iconName = "";
if (Constant.Quest.OPP_ICON_NAME[0] != null) {
iconName = Constant.Quest.OPP_ICON_NAME[0];
final File file = new File(base, iconName);
}
}
*/
// Player icon logic // Player icon logic
String filename; String filename;
if (player.isHuman()) { if (player.isHuman()) {