mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-06 02:37:19 +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);
|
||||
}
|
||||
|
||||
auto shad = sha0 &~ sha1; shad = shad & ((1<<28)-1);
|
||||
auto shad = sha0 &~ sha1;
|
||||
|
||||
while(shad) {
|
||||
int lev = __builtin_ctz(shad);
|
||||
|
Loading…
x
Reference in New Issue
Block a user