removed unnecessary TODOs from code
This commit is contained in:
parent
7f7025219e
commit
a1f5c55f41
@ -61,8 +61,6 @@ public class ApplicationFrame implements Runnable
|
||||
|
||||
|
||||
jframe.add(mapselectorpanel);
|
||||
|
||||
// TODO add Ejik's magic to gamepanel
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user