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

#243 Edited german sounds count. See issue #245 for more information.

parent c4556f34
No related merge requests found
......@@ -157,7 +157,7 @@ public class DirectionSounds {
private enum LocaleSoundsCount {
CZECH(TablexiaSettings.LocaleDefinition.cs_CZ.getLocale(), 20, 19, 31),
SLOVAK(TablexiaSettings.LocaleDefinition.sk_SK.getLocale(), 20, 19, 20),
GERMAN(TablexiaSettings.LocaleDefinition.de_DE.getLocale(), 20, 20, 31);
GERMAN(TablexiaSettings.LocaleDefinition.de_DE.getLocale(), 20, 19, 20);
Locale locale;
int level1, level2, level3;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment