fixed centering disabled after Orb of Safety in shmup

This commit is contained in:
Zeno Rogue 2020-03-08 01:24:13 +01:00
parent 13c807c938
commit 41be224049
1 changed files with 2 additions and 1 deletions

View File

@ -1367,7 +1367,8 @@ EX void centerpc(ld aspd) {
} */
spinEdge(aspd);
fixmatrix(View);
current_display->which_copy = gmatrix[cwt.at];
if(gmatrix.count(cwt.at))
current_display->which_copy = gmatrix[cwt.at];
}
else {