mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-19 23:30:25 +00:00
some junk from the '^' pattern
This commit is contained in:
parent
aeaaf7586a
commit
320ab79a27
@ -1604,10 +1604,7 @@ EX namespace patterns {
|
||||
// if(c->master->distance % 2 == 0) return 0;
|
||||
if(hrand(100) == 0) return 0;
|
||||
return 0x1000000 | (0xFFFFFF & (0x671349 + y * 0x512369));
|
||||
*/
|
||||
if(hrand(100) >= 1) return 0;
|
||||
static int g = 0;
|
||||
println(hlog, "generated ", ++g);
|
||||
return 0x1000000 | hrand(0x1000000);
|
||||
// if(c->master->distance == 1) return 0x1FF0000;
|
||||
// if(c->master->distance == -1) return 0x100FF00;
|
||||
|
Loading…
Reference in New Issue
Block a user