removed Todo
This commit is contained in:
parent
09ab684fdd
commit
daa0cc322a
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue