Skip to content
Snippets Groups Projects

#797 #788 repair visualisation score on statistics screen and click on bookmarks

Closed Lukas Marik requested to merge feature-statistics-defect into devel
Compare and
1 file
+ 4
4
Preferences
Compare changes
@@ -59,11 +59,11 @@ public enum GameDefinition implements INumberedDefinition {
CRIME_SCENE (8, new HashMap() {{
put(1, new CrimeSceneScoreResolver());
}}),
SAFE (9, new HashMap(){{
put(1, new SafeScoreResolver());
}}),
PROTOCOL (10, new HashMap(){{
PROTOCOL (9, new HashMap(){{
put(1,new ProtocolScoreResolver());
}}),
SAFE (10, new HashMap(){{
put(1, new SafeScoreResolver());
}});
public static final Integer DEFAULT_GAME_RESOLVER_VERSION = 1;