mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-27 05:03:15 +00:00
fixed pentagonal::frame always destroying hud
This commit is contained in:
parent
f9d0a90ac9
commit
c6e307a2e7
@ -303,9 +303,10 @@ bool frame() {
|
|||||||
clearMessages();
|
clearMessages();
|
||||||
nohelp = true;
|
nohelp = true;
|
||||||
playerfound = true;
|
playerfound = true;
|
||||||
}
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
bool handleKey(int sym, int uni) {
|
bool handleKey(int sym, int uni) {
|
||||||
if(snubon) {
|
if(snubon) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user