1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-11 11:44:08 +00:00

config:: nomap as param_b

This commit is contained in:
Zeno Rogue 2022-08-07 01:40:00 +02:00
parent c647431486
commit e3925d6bad

View File

@ -915,6 +915,7 @@ EX void initConfig() {
#endif
param_b(nohud, "no-hud", false);
param_b(nomap, "nomap", false);
param_b(nofps, "no-fps", false);
#if CAP_IRR