fix doCarTurn in Game.java

This commit is contained in:
romanschenk37 2022-03-18 22:01:03 +01:00
parent fc78b10365
commit a80ea0fa1c
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ public class Game implements GameSpecification {
} else { } else {
crashPosition = positionList.get(i - 1); crashPosition = positionList.get(i - 1);
} }
break;
} }
} }
if (crashPosition != null) { if (crashPosition != null) {