that fixup was added?

This commit is contained in:
Zeno Rogue 2021-11-07 10:41:27 +01:00
parent 98969e4b6b
commit a8d2e589f1
1 changed files with 0 additions and 1 deletions

View File

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