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