mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-10 10:43:03 +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