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