Removed some TODOs
This commit is contained in:
@@ -5,7 +5,6 @@ import io.anuke.mindustry.maps.Map;
|
||||
|
||||
import static io.anuke.mindustry.Vars.world;
|
||||
|
||||
//TODO consider removing and replacing with a raw StringMap
|
||||
public class SaveMeta{
|
||||
public int version;
|
||||
public int build;
|
||||
|
||||
@@ -73,7 +73,6 @@ public class MapGenerator extends Generator{
|
||||
}
|
||||
}
|
||||
|
||||
//TODO this will probably not get the desired effect
|
||||
MapIO.loadMap(map);
|
||||
Array<Point2> players = new Array<>();
|
||||
Array<Point2> enemies = new Array<>();
|
||||
|
||||
Reference in New Issue
Block a user