mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +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.",
|
||||
[] (presmode mode) {
|
||||
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;
|
||||
SHOWLAND( l == laIce );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user