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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user