mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 19:38:06 -04:00
fix hud_secret_message binding
This commit is contained in:
parent
bd11c0ce9a
commit
8fc5d4b42a
@ -1088,7 +1088,7 @@ void ST_BindHUDVariables(void)
|
||||
|
||||
BIND_BOOL(show_messages, true, "Show messages");
|
||||
M_BindNum("hud_secret_message", &hud_secret_message, NULL,
|
||||
SECRETMESSAGE_OFF, SECRETMESSAGE_COUNT, SECRETMESSAGE_ON,
|
||||
SECRETMESSAGE_ON, SECRETMESSAGE_OFF, SECRETMESSAGE_COUNT,
|
||||
ss_stat, wad_no,
|
||||
"Announce revealed secrets (0 = Off; 1 = On; 2 = Count)");
|
||||
M_BindBool("hud_map_announce", &hud_map_announce, NULL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user