This commit is contained in:
Anuken
2020-06-26 14:27:26 -04:00
parent eabc5c15c7
commit fdf7c88083
228 changed files with 1219 additions and 1163 deletions

View File

@@ -109,7 +109,7 @@ public class EditorTile extends Tile{
}
@Override
protected void changeEntity(Team team, Prov<Tilec> entityprov){
protected void changeEntity(Team team, Prov<Building> entityprov){
if(state.isGame()){
super.changeEntity(team, entityprov);
return;

View File

@@ -51,7 +51,7 @@ public class MapGenerateDialog extends BaseDialog{
private CachedTile ctile = new CachedTile(){
//nothing.
@Override
protected void changeEntity(Team team, Prov<Tilec> entityprov){
protected void changeEntity(Team team, Prov<Building> entityprov){
}
};