mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-02 16:32:24 +00:00
fixup missing try
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user