mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
Default to not displaying the fake light around mercs (#86)
* Remove option to disable 'Mercs Lights during Movement" This might've cost someone some frames in 1999, but today even a 10 year old smartphone can probably run with this turned on at 1080p without dropping a sweat This does not remove the menu option which I plan to replace with 'Highlight Mercs' which was hidden for some reason. 'Merc Lights during Movement' is a noop now tho * Replace 'Merc Lights during movement' with 'Highlight Mercs' as title * Make 'Merc Highlights' default to false "Wtf why am I glowing?" well your problems are over
This commit is contained in:
+1
-3
@@ -33,7 +33,7 @@ enum
|
||||
// TOPTION_DISPLAY_ENEMY_INDICATOR, //Displays the number of enemies seen by the merc, ontop of their portrait
|
||||
TOPTION_SLEEPWAKE_NOTIFICATION,
|
||||
TOPTION_USE_METRIC_SYSTEM, //If set, uses the metric system
|
||||
TOPTION_MERC_ALWAYS_LIGHT_UP,
|
||||
TOPTION_MERC_CASTS_LIGHT,
|
||||
TOPTION_SMART_CURSOR,
|
||||
TOPTION_SNAP_CURSOR_TO_DOOR,
|
||||
TOPTION_GLOW_ITEMS,
|
||||
@@ -127,8 +127,6 @@ enum
|
||||
//These options will NOT be toggable by the Player
|
||||
|
||||
// JA2Gold
|
||||
TOPTION_MERC_CASTS_LIGHT,
|
||||
|
||||
TOPTION_HIDE_BULLETS,
|
||||
TOPTION_TRACKING_MODE,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user