fix hud_secret_message binding

This commit is contained in:
Roman Fomin 2024-11-06 15:39:14 +07:00
parent bd11c0ce9a
commit 8fc5d4b42a

View File

@ -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,