mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	some junk from the '^' pattern
This commit is contained in:
		| @@ -1604,10 +1604,7 @@ EX namespace patterns { | |||||||
|         // if(c->master->distance % 2 == 0) return 0; |         // if(c->master->distance % 2 == 0) return 0; | ||||||
|         if(hrand(100) == 0) return 0; |         if(hrand(100) == 0) return 0; | ||||||
|         return 0x1000000 | (0xFFFFFF & (0x671349 + y * 0x512369)); |         return 0x1000000 | (0xFFFFFF & (0x671349 + y * 0x512369)); | ||||||
|         */ |  | ||||||
|         if(hrand(100) >= 1) return 0; |         if(hrand(100) >= 1) return 0; | ||||||
|         static int g = 0; |  | ||||||
|         println(hlog, "generated ", ++g); |  | ||||||
|         return 0x1000000 | hrand(0x1000000); |         return 0x1000000 | hrand(0x1000000); | ||||||
| //        if(c->master->distance == 1) return 0x1FF0000; | //        if(c->master->distance == 1) return 0x1FF0000; | ||||||
| //        if(c->master->distance == -1) return 0x100FF00; | //        if(c->master->distance == -1) return 0x100FF00; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue