Add RateModPreservesPitch option to _fallback/engine
This commit is contained in:
@@ -921,6 +921,7 @@ static void InitializeConfOptions()
|
||||
}
|
||||
ADD( ConfOption( "EnableAttackSounds", MovePref<bool>, "No","Yes" ) );
|
||||
ADD( ConfOption( "EnableMineHitSound", MovePref<bool>, "No","Yes" ) );
|
||||
ADD( ConfOption( "RateModPreservesPitch", MovePref<bool>, "No","Yes") );
|
||||
|
||||
// Editor options
|
||||
ADD( ConfOption( "EditorShowBGChangesPlay", MovePref<bool>, "Hide","Show") );
|
||||
|
||||
Reference in New Issue
Block a user