mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-06 08:43:02 +00:00
fixed disabling CAP_RUG and CAP_TOUR
This commit is contained in:
@@ -281,7 +281,9 @@ bool have_current_settings() {
|
||||
int modecount = 0;
|
||||
if(inv::on) modecount++;
|
||||
if(shmup::on) modecount += 10;
|
||||
#if CAP_TOUR
|
||||
if(tour::on) modecount += 10;
|
||||
#endif
|
||||
if(chaosmode) modecount += 10;
|
||||
if(nonbitrunc) modecount += 10;
|
||||
if(peace::on) modecount += 10;
|
||||
|
||||
Reference in New Issue
Block a user