1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-19 07:57:39 +00:00

rug warning now can be disabled

This commit is contained in:
Zeno Rogue
2019-07-12 23:16:18 +02:00
parent f677bce4ad
commit 2e77224c56
2 changed files with 4 additions and 1 deletions

View File

@@ -1446,6 +1446,8 @@ void reopen() {
if(!rugged) return;
}
bool display_warning = true;
void init_model() {
clear_model();
genrug = true;
@@ -1478,7 +1480,7 @@ void init_model() {
if(sphere && pmodel == mdDisk && vid.alpha > 1)
valid = false;
if(!valid)
if(display_warning && !valid)
gotoHelp(
"Note: this mode is based on what you see on the screen -- but re-rendered in another way. "
"If not everything is shown on the screen (e.g., too zoomed in), the results will be incorrect "