mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-15 08:44:04 +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);
|
||||
}
|
||||
else {
|
||||
int kspin = (t/2) - dir;
|
||||
int kspin = (t/2) - dir;
|
||||
at1 = flatspin(at, dir);
|
||||
at1 = flatspin(at1 + wstep, kspin);
|
||||
}
|
||||
|
Reference in New Issue
Block a user