mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-21 08:04:48 +00:00
fixed pentagonal::frame always destroying hud
This commit is contained in:
@@ -303,8 +303,9 @@ 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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user