mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-04 18:52:51 +00:00
fixed the ESC key flashing and doing nothing in the Expansion slide
This commit is contained in:
parent
b05eb3754f
commit
e446ad9b1c
2
tour.cpp
2
tour.cpp
@ -444,7 +444,7 @@ slide default_slides[] = {
|
|||||||
"brings you benefits, but trying to get too many of the same kind is extremely dangerous.",
|
"brings you benefits, but trying to get too many of the same kind is extremely dangerous.",
|
||||||
[] (presmode mode) {
|
[] (presmode mode) {
|
||||||
if(mode == 1) viewdists = true;
|
if(mode == 1) viewdists = true;
|
||||||
if(mode == 2) viewdists = canmove; // disable when killed
|
if(mode == 2 && !canmove) viewdists = false; // disable when killed
|
||||||
if(mode == 3) viewdists = false;
|
if(mode == 3) viewdists = false;
|
||||||
SHOWLAND( l == laIce );
|
SHOWLAND( l == laIce );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user