1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

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

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 {