1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 14:26:01 +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

@@ -905,6 +905,7 @@ EX ld realradius() {
}
EX void drawmessage(const string& s, int& y, color_t col) {
if(nomsg) return;
int rrad = (int) realradius();
int space;
if(dual::state)