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:
majcosta
2023-01-18 20:56:34 +02:00
committed by GitHub
parent 624c0f3bc4
commit 6afe785f4b
12 changed files with 29 additions and 44 deletions
+1 -4
View File
@@ -4579,10 +4579,7 @@ void SOLDIERTYPE::EVENT_InternalSetSoldierPosition( FLOAT dNewXPos, FLOAT dNewYP
if ( !(this->flags.uiStatusFlags & (SOLDIER_DRIVER | SOLDIER_PASSENGER)) )
{
if ( gGameSettings.fOptions[TOPTION_MERC_ALWAYS_LIGHT_UP] )
{
this->SetCheckSoldierLightFlag( );
}
this->SetCheckSoldierLightFlag( );
}
// ATE: Mirror calls if we are a vehicle ( for all our passengers )