mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
bugfix in CAP_RUG disabling
This commit is contained in:
parent
846df5d84f
commit
679b6ed53f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user