1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-06 04:17:58 +00:00

added option -nomsg

This commit is contained in:
Zeno Rogue
2021-05-29 00:11:59 +02:00
parent ea22207a28
commit 44ecbccb89
3 changed files with 6 additions and 1 deletions

View File

@@ -328,7 +328,7 @@ void displayglyph2(int cx, int cy, int buttonsize, int i) {
}
}
EX bool nohud, nomenukey;
EX bool nohud, nomenukey, nomsg;
EX hookset<bool()> hooks_prestats;