- Fixed: The smartaim logic was incorrect. Also added another mode: Autoaim only

at monsters.


SVN r415 (trunk)
This commit is contained in:
Christoph Oelckers 2006-12-16 16:34:39 +00:00
commit e9c68df94e
4 changed files with 42 additions and 33 deletions

View file

@ -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] = {