fixup to targetting

This commit is contained in:
Zeno Rogue 2019-08-19 10:08:28 +02:00
parent 7ffe119975
commit 4ba654600f
1 changed files with 1 additions and 1 deletions

View File

@ -8003,7 +8003,7 @@ EX void drawBug(const cellwalker& cw, color_t col) {
EX cell *viewcenter() {
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;
}