removed unnecessary TODOs from code

This commit is contained in:
Kjistóf 2016-05-13 17:13:01 +02:00
parent 7f7025219e
commit a1f5c55f41
2 changed files with 1 additions and 3 deletions

View File

@ -61,8 +61,6 @@ public class ApplicationFrame implements Runnable
jframe.add(mapselectorpanel);
// TODO add Ejik's magic to gamepanel
}
@Override

View File

@ -9,7 +9,7 @@ public class Stargate {
public static final Stargate blueStargate = new Stargate("Blue Stargate");
public static final Stargate redStargate = new Stargate("Red Stargate");
public static final Stargate greenStargate = new Stargate("Green Stargate");
public /*final*/ Stargate other; //TODO find better ways to do this
public Stargate other;
private boolean isSpawned;
private Wall currentWall;
private String name;