fix doCarTurn in Game.java
This commit is contained in:
		
							parent
							
								
									fc78b10365
								
							
						
					
					
						commit
						a80ea0fa1c
					
				| 
						 | 
					@ -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) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue