mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-22 13:42:01 +00:00
rogueviz::bringris:: whitespace fix
This commit is contained in:
@@ -1018,7 +1018,7 @@ void shift_block(int dir, bool camera_only) {
|
|||||||
at1 = flatspin(flatspin(at, 1) + wstep, 2);
|
at1 = flatspin(flatspin(at, 1) + wstep, 2);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
int kspin = (t/2) - dir;
|
int kspin = (t/2) - dir;
|
||||||
at1 = flatspin(at, dir);
|
at1 = flatspin(at, dir);
|
||||||
at1 = flatspin(at1 + wstep, kspin);
|
at1 = flatspin(at1 + wstep, kspin);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user