mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
fixup to targetting
This commit is contained in:
parent
7ffe119975
commit
4ba654600f
@ -8003,7 +8003,7 @@ EX void drawBug(const cellwalker& cw, color_t col) {
|
|||||||
|
|
||||||
EX cell *viewcenter() {
|
EX cell *viewcenter() {
|
||||||
if(masterless) return centerover.at;
|
if(masterless) return centerover.at;
|
||||||
else if(prod) return product::get_at(viewctr.at->c7, 0);
|
else if(prod) return product::get_at(viewctr.at->c7, product::current_view_level);
|
||||||
else return viewctr.at->c7;
|
else return viewctr.at->c7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user