mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 16:37:40 +00:00
fixed the name displayed on mouseover for slime
This commit is contained in:
@@ -2029,6 +2029,7 @@ void celldrawer::bookkeeping() {
|
||||
modist2 = modist; mouseover2 = mouseover;
|
||||
modist = dist;
|
||||
mouseover = c;
|
||||
mouseoverV = V;
|
||||
}
|
||||
else if(dist < modist2) {
|
||||
modist2 = dist;
|
||||
|
Reference in New Issue
Block a user