Merge pull request #453 from Calinou/fix-muzzle-flashes-option-casing

Tweak Muzzle Flashes option casing in the menus for consistency
This commit is contained in:
Robert Beckebans 2020-02-02 15:51:21 +01:00 committed by GitHub
commit bce8237dc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,7 +128,7 @@ void idMenuScreen_Shell_GameOptions::Initialize( idMenuHandler* data )
control = new( TAG_SWF )idMenuWidget_ControlButton();
control->SetOptionType( OPTION_SLIDER_TOGGLE );
control->SetLabel( "muzzle flashes" );
control->SetLabel( "Muzzle Flashes" );
control->SetDataSource( &systemData, idMenuDataSource_GameSettings::GAME_FIELD_MUZZLE_FLASHES );
control->SetupEvents( DEFAULT_REPEAT_TIME, options->GetChildren().Num() );
control->AddEventAction( WIDGET_EVENT_PRESS ).Set( WIDGET_ACTION_PRESS_FOCUSED, options->GetChildren().Num() );