Building fix

This commit is contained in:
Anuken
2019-08-28 16:17:04 -04:00
parent a575284bfe
commit 3ce870fb19
2 changed files with 9 additions and 13 deletions

View File

@@ -175,15 +175,6 @@ public class Control implements ApplicationListener, Loadable{
saves.load();
}
@Override
public void loadSync(){
if(android){
//Sounds.empty.loop(0f, 1f, 0f);
checkClassicData();
}
}
//checks for existing 3.5 app data, android only
public void checkClassicData(){
try{
@@ -381,6 +372,11 @@ public class Control implements ApplicationListener, Loadable{
dialog.show();
}));
}
if(android){
Sounds.empty.loop(0f, 1f, 0f);
checkClassicData();
}
}
@Override