fix doCarTurn in Game.java
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user