config:: nomap as param_b

This commit is contained in:
Zeno Rogue 2022-08-07 01:40:00 +02:00
parent c647431486
commit e3925d6bad
1 changed files with 1 additions and 0 deletions

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