commented out a println("Evil hack"); in AllZone.java and marked it with a TODO

This commit is contained in:
jendave
2011-08-06 04:01:23 +00:00
parent 6cbeb4b1fe
commit 3863f26b40

View File

@@ -94,7 +94,8 @@ public class AllZone implements NewConstants {
{ {
if (player.equals("")) { //this is a really bad hack, to allow raging goblin to attack on turn 1 if (player.equals("")) { //this is a really bad hack, to allow raging goblin to attack on turn 1
player = "Human"; player = "Human";
System.out.println("Evil hack"); //TODO - someday, maybe this needs to be fixed so it's *not* an evil hack
//System.out.println("Evil hack");
} }
Object o = map.get(zone + player); Object o = map.get(zone + player);