merged track into game
This commit is contained in:
		
							parent
							
								
									156f6d0cab
								
							
						
					
					
						commit
						6285cfe215
					
				| 
						 | 
					@ -73,6 +73,7 @@ public class Track implements TrackSpecification {
 | 
				
			||||||
     * @throws InvalidTrackFormatException if the track file contains invalid data (no tracklines, ...)
 | 
					     * @throws InvalidTrackFormatException if the track file contains invalid data (no tracklines, ...)
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    public Track(File trackFile) throws FileNotFoundException, InvalidTrackFormatException {
 | 
					    public Track(File trackFile) throws FileNotFoundException, InvalidTrackFormatException {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        track = new ArrayList<>();
 | 
					        track = new ArrayList<>();
 | 
				
			||||||
        cars = new ArrayList<>();
 | 
					        cars = new ArrayList<>();
 | 
				
			||||||
        finishLine = new ArrayList<>();
 | 
					        finishLine = new ArrayList<>();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue