mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-06 02:37:19 +00:00
rogueviz::bringris:: whitespace fix
This commit is contained in:
parent
735ca0e47c
commit
f3e7c2ee70
@ -1018,7 +1018,7 @@ void shift_block(int dir, bool camera_only) {
|
||||
at1 = flatspin(flatspin(at, 1) + wstep, 2);
|
||||
}
|
||||
else {
|
||||
int kspin = (t/2) - dir;
|
||||
int kspin = (t/2) - dir;
|
||||
at1 = flatspin(at, dir);
|
||||
at1 = flatspin(at1 + wstep, kspin);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user