1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-02 02:42:10 +00:00

fixed pentagonal::frame always destroying hud

This commit is contained in:
Zeno Rogue
2018-09-05 00:18:22 +02:00
parent f9d0a90ac9
commit c6e307a2e7
+2 -1
View File
@@ -303,8 +303,9 @@ bool frame() {
clearMessages();
nohelp = true;
playerfound = true;
return true;
}
return true;
return false;
}
bool handleKey(int sym, int uni) {