mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-05 03:47:58 +00:00
fixed a bug in fix_bounded_cycles
This commit is contained in:
@@ -1449,6 +1449,7 @@ EX namespace hybrid {
|
||||
cw++;
|
||||
}
|
||||
else {
|
||||
get_shift(cw);
|
||||
get_shift_current(cw) -= cd;
|
||||
get_shift_current(cw+wstep) += cd;
|
||||
cw++;
|
||||
|
Reference in New Issue
Block a user