mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 15:26:00 +00:00
fix compiler warnings: catch(out_of_range&)
This commit is contained in:
@@ -245,7 +245,7 @@ void drawArrowTraps() {
|
||||
}
|
||||
}
|
||||
}
|
||||
catch(out_of_range) {}
|
||||
catch(out_of_range&) {}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user