mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-11-03 23:33:01 +00:00 
			
		
		
		
	removed debug from 'rainbow by distance' pattern
This commit is contained in:
		@@ -1620,7 +1620,6 @@ EX namespace patterns {
 | 
			
		||||
      case 'j': {
 | 
			
		||||
        int d = c->master->distance;
 | 
			
		||||
        if(d % 2 == 0 || d < -5 || d > 5) return 0;
 | 
			
		||||
        println(hlog, d, " -> ", (d+5)/2);
 | 
			
		||||
        return colortables['j'][(d+5)/2];
 | 
			
		||||
        }
 | 
			
		||||
      case 'f': {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user