mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-08 17:34:08 +00:00
fixup to big commit
This commit is contained in:
parent
7be40119d8
commit
f969b7c723
@ -2449,7 +2449,7 @@ void celldrawer::draw_wall_full() {
|
|||||||
sha0 ^= (w | r | r4);
|
sha0 ^= (w | r | r4);
|
||||||
}
|
}
|
||||||
|
|
||||||
auto shad = sha0 &~ sha1; shad = shad & ((1<<28)-1);
|
auto shad = sha0 &~ sha1;
|
||||||
|
|
||||||
while(shad) {
|
while(shad) {
|
||||||
int lev = __builtin_ctz(shad);
|
int lev = __builtin_ctz(shad);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user