Skip to content
Snippets Groups Projects
Commit e328e55c authored by Matyáš Latner's avatar Matyáš Latner
Browse files

#45 Enabled error sound for uncomplete game sequence

parent 8126f175
No related branches found
No related tags found
No related merge requests found
......@@ -342,7 +342,7 @@ public class InTheDarknessGame extends AbstractTablexiaGame<Void> implements Map
});
} else {
stopGameSequence();
// ResourceManager.getInstance().getSound(ResourceManager.ERROR).play();
getSound(InTheDarknessAssets.SOUND_ERROR).play();
addAction(delay(FINISH_ACTION_DELAY, run(new Runnable() {
@Override
public void run() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment