1
0
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:
Zeno Rogue
2023-12-22 01:14:41 +01:00
parent a6b30fa564
commit 364a563423
3 changed files with 8 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ EX ld shiftmul = 1;
EX cell *mouseover, *mouseover2, *lmouseover, *lmouseover_distant;
EX ld modist, modist2;
EX shiftmatrix mouseoverV;
EX int lastt;