fix doCarTurn in Game.java
This commit is contained in:
@@ -180,6 +180,7 @@ public class Game implements GameSpecification {
|
||||
} else {
|
||||
crashPosition = positionList.get(i - 1);
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (crashPosition != null) {
|
||||
|
||||
Reference in New Issue
Block a user