mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-22 21:09:46 +00:00
viewctr is no more... major reduction of redundancy/complexity
This commit is contained in:
2
help.cpp
2
help.cpp
@@ -752,7 +752,7 @@ EX hookset<void(cell*)> *hooks_mouseover;
|
||||
EX void describeMouseover() {
|
||||
DEBBI(DF_GRAPH, ("describeMouseover"));
|
||||
|
||||
cell *c = mousing ? mouseover : playermoved ? NULL : centerover.at;
|
||||
cell *c = mousing ? mouseover : playermoved ? NULL : centerover;
|
||||
string& out = mouseovers;
|
||||
if(!c || instat || getcstat != '-') { }
|
||||
else if(c->wall != waInvisibleFloor) {
|
||||
|
||||
Reference in New Issue
Block a user