- Fixed: The smartaim logic was incorrect. Also added another mode: Autoaim only
at monsters. SVN r415 (trunk)
This commit is contained in:
parent
693bf96cb3
commit
e9c68df94e
4 changed files with 42 additions and 33 deletions
|
|
@ -925,10 +925,11 @@ CUSTOM_CVAR (Bool, vid_tft, false, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
|
|||
* Gameplay Options (dmflags) Menu
|
||||
*
|
||||
*=======================================*/
|
||||
value_t SmartAim[3] = {
|
||||
value_t SmartAim[4] = {
|
||||
{ 0.0, "Off" },
|
||||
{ 1.0, "On" },
|
||||
{ 2.0, "Never friends" }
|
||||
{ 2.0, "Never friends" },
|
||||
{ 3.0, "Only monsters" }
|
||||
};
|
||||
|
||||
value_t FallingDM[4] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue