• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

This is a fork of Zandronum used on servers hosted by The Sentinels Playground (TSPG).


Commit MetaInfo

Revisión388a760ec0741a76e66c19b2431bc5eaa32f9f79 (tree)
Tiempo2021-10-25 05:22:34
AutorAdam Kaminski <kaminskiadam9@gmai...>
CommiterAdam Kaminski

Log Message

Intensified the warning message for "cl_backupcommands" in the network options menu.

Cambiar Resumen

Diferencia incremental

diff -r 462c7dd0442b -r 388a760ec074 wadsrc/static/menudef.za
--- a/wadsrc/static/menudef.za Sun Oct 24 19:30:58 2021 -0400
+++ b/wadsrc/static/menudef.za Sun Oct 24 16:22:34 2021 -0400
@@ -108,7 +108,6 @@
108108 Option "Unlagged", "cl_unlagged", "OnOff"
109109 Option "Unlag Type", "cl_ping_unlagged", "ZA_UnlagType"
110110 Option "Update Rate", "cl_ticsperupdate", "ZA_UpdateRate"
111- Option "Send backup commands", "cl_backupcommands", "ZA_BackupRate"
112111 Option "Hitscan decals", "cl_hitscandecalhack", "OnOff"
113112 Option "Clientside puffs", "cl_clientsidepuffs", "OnOff"
114113 Option "Display packet loss", "cl_showpacketloss", "YesNo"
@@ -123,6 +122,9 @@
123122 StaticText " "
124123 StaticText "You should only enable them if you're actually", 1
125124 StaticText "suffering from severe packet loss!", 1
125+ StaticText " "
126+
127+ Option "Send backup commands", "cl_backupcommands", "ZA_BackupRate"
126128 }
127129
128130 // =================================================================================================