bugfix in CAP_RUG disabling

This commit is contained in:
Zeno Rogue 2018-01-20 17:56:33 +01:00
parent 846df5d84f
commit 679b6ed53f
1 changed files with 1 additions and 1 deletions

View File

@ -422,8 +422,8 @@ void fix_mouseh() {
#if CAP_RUG
else if(rug::rugged)
mouseh = rug::gethyper(mousex, mousey);
else
#endif
else
mouseh = gethyper(mousex, mousey);
need_mouseh = false;
}