Add RateModPreservesPitch option to _fallback/engine

This commit is contained in:
teejusb
2022-06-06 11:21:28 +02:00
committed by Martin Natano
parent 740ead25bf
commit 66f0644c15
11 changed files with 21 additions and 1 deletions
+1
View File
@@ -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") );