mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 15:26:00 +00:00
fixup
This commit is contained in:
@@ -87,6 +87,7 @@ void show_likelihood() {
|
|||||||
|
|
||||||
keyhandler = [] (int sym, int uni) {
|
keyhandler = [] (int sym, int uni) {
|
||||||
|
|
||||||
|
handlePanning(sym, uni);
|
||||||
if(uni == '-' && held_id == -1) {
|
if(uni == '-' && held_id == -1) {
|
||||||
for(int i=0; i<N; i++) if(rogueviz::vdata[i].m->base == mouseover)
|
for(int i=0; i<N; i++) if(rogueviz::vdata[i].m->base == mouseover)
|
||||||
held_id = i;
|
held_id = i;
|
||||||
|
Reference in New Issue
Block a user