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

#124 Fixed a glitch, which made the game impossible to win in rare cases

parent d002c591
No related branches found
No related tags found
No related merge requests found
......@@ -280,6 +280,7 @@ public class KidnappingGame extends AbstractTablexiaGame<GameState> {
final Arrow correct = arrows[DirectionsHelper.getNextDirectionIndex(directions, getData().getNextDirection())];
for (final Arrow a : arrows) {
a.setDisabled(false);
a.addListener(new ClickListener() {
@Override
public void clicked(InputEvent event, float x, float y) {
......
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