fixup missing try

This commit is contained in:
Zeno Rogue 2019-11-02 22:31:29 +01:00
parent 3f18d91643
commit 9b63408af5
1 changed files with 1 additions and 0 deletions

View File

@ -449,6 +449,7 @@ EX void generate_track() {
length = LENGTH;
if(WDIM == 3 || weirdhyperbolic) length = max(length - 10 * race_try, 10);
try {
if(sol) {
track.push_back(s);
find_track(s, 1, length/4);