# HG changeset patch # User Adam Kaminski # Date 1635106954 14400 # Sun Oct 24 16:22:34 2021 -0400 # Node ID fff04e0968ee741881a3742768b43435be44861c # Parent eff6a90ae21b349905de7ec8ffb3634e3476c14e Intensified the warning message for "cl_backupcommands" in the network options menu. diff -r eff6a90ae21b -r fff04e0968ee wadsrc/static/menudef.za --- a/wadsrc/static/menudef.za Sun Oct 24 02:01:10 2021 +0100 +++ b/wadsrc/static/menudef.za Sun Oct 24 16:22:34 2021 -0400 @@ -108,7 +108,6 @@ Option "Unlagged", "cl_unlagged", "OnOff" Option "Unlag Type", "cl_ping_unlagged", "ZA_UnlagType" Option "Update Rate", "cl_ticsperupdate", "ZA_UpdateRate" - Option "Send backup commands", "cl_backupcommands", "ZA_BackupRate" Option "Hitscan decals", "cl_hitscandecalhack", "OnOff" Option "Clientside puffs", "cl_clientsidepuffs", "OnOff" Option "Display packet loss", "cl_showpacketloss", "YesNo" @@ -123,6 +122,9 @@ StaticText " " StaticText "You should only enable them if you're actually", 1 StaticText "suffering from severe packet loss!", 1 + StaticText " " + + Option "Send backup commands", "cl_backupcommands", "ZA_BackupRate" } // =================================================================================================