Skip to content

Commit

Permalink
Fixed issue where The Black Cauldron appeared in the wrong place on h…
Browse files Browse the repository at this point in the history
…ome screen.
  • Loading branch information
lanceewing committed Mar 23, 2024
1 parent 3d05ac7 commit 5c8a945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/com/agifans/agile/HomeScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ public class HomeScreen extends InputAdapter implements Screen {
*/
private static final Set<String> SIERRA_GAMES = new HashSet<>();
static {
SIERRA_GAMES.add("bc");
SIERRA_GAMES.add("dp");
SIERRA_GAMES.add("gr");
SIERRA_GAMES.add("kq1");
Expand All @@ -118,6 +117,7 @@ public class HomeScreen extends InputAdapter implements Screen {
SIERRA_GAMES.add("pq");
SIERRA_GAMES.add("sq");
SIERRA_GAMES.add("sq2");
SIERRA_GAMES.add("bc");
}

/**
Expand Down

0 comments on commit 5c8a945

Please sign in to comment.