Skip to content
Snippets Groups Projects
Commit fafd3ef4 authored by Drahomír Karchňák's avatar Drahomír Karchňák
Browse files

#324 Fixed difficulty settings

parent c40a773b
No related branches found
No related tags found
No related merge requests found
external @ c2a4459f
Subproject commit d8cb4a89e64ceec83718fc478f76a5eb31d8fb3e
Subproject commit c2a4459f4accce0af85c5edd842da18112303b4d
......@@ -414,6 +414,8 @@ public class GameMenuPage extends MenuPage {
*/
public void difficultyChanged(final GameDifficulty difficulty) {
gameDifficulty = difficulty;
TablexiaSettings.getInstance().setGameDifficulty(game, difficulty);
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