1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-20 06:03:01 +00:00

that fixup was added?

This commit is contained in:
Zeno Rogue 2021-11-07 10:41:27 +01:00
parent 98969e4b6b
commit a8d2e589f1

View File

@ -2908,7 +2908,6 @@ EX void shift_view(hyperpoint H) {
intra::shift_view_portal(H); intra::shift_view_portal(H);
return; return;
} }
auto oView = View;
View = get_shift_view_of(H, View); View = get_shift_view_of(H, View);
auto& wc = current_display->which_copy; auto& wc = current_display->which_copy;
wc = get_shift_view_of(H, wc); wc = get_shift_view_of(H, wc);