removed Todo
This commit is contained in:
@@ -271,7 +271,6 @@ public class Game implements GameSpecification {
|
|||||||
currentCarIndex++;
|
currentCarIndex++;
|
||||||
}
|
}
|
||||||
} while (track.getCar(currentCarIndex).isCrashed());
|
} while (track.getCar(currentCarIndex).isCrashed());
|
||||||
// TODO: evtl andere Kapselung
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -123,7 +123,6 @@ public class Track implements TrackSpecification {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
//TODO: THIS
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determines the finish line and saves it in a list, throws an Exception if none is found.
|
* Determines the finish line and saves it in a list, throws an Exception if none is found.
|
||||||
|
|||||||
Reference in New Issue
Block a user