mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-18 04:02:07 +00:00
fixed the escape key in displayPageButtons
This commit is contained in:
+1
-1
@@ -1703,7 +1703,7 @@ EX namespace dialog {
|
||||
getcstat = '3';
|
||||
|
||||
if(i&1) if(displayfrZH(xr*56, i0, 1, vid.fsize, IFM(keyname(SDLK_ESCAPE) + " - ") + XLAT("go back"), dialogcolor, 8))
|
||||
getcstat = '0';
|
||||
getcstat = SDLK_ESCAPE;
|
||||
if(i&2) if(displayfrZH(xr*72, i0, 1, vid.fsize, IFM("F1 - ") + XLAT("help"), dialogcolor, 8))
|
||||
getcstat = SDLK_F1;
|
||||
if(i&4) if(displayfrZH(xr*8, i0, 1, vid.fsize, IFM("1 - ") + XLAT("plain"), dialogcolor, 8))
|
||||
|
||||
Reference in New Issue
Block a user