Explicitly require and use capital NULL and ITG everywhere for sync bias, comment fix, nullptr check for group

This commit is contained in:
Crash Cringle
2025-03-04 01:18:27 -05:00
committed by teejusb
parent 35570a0880
commit dbbcc57112
3 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -947,7 +947,7 @@ static void InitializeConfOptions()
c.AddOption( ssprintf("%+i ms", i) );
ADD( c );
}
ADD( ConfOption( "MachineSyncBias", MachineSyncBias, "Null","|ITG" ) );
ADD( ConfOption( "MachineSyncBias", MachineSyncBias, "NULL","|ITG" ) );
ADD( ConfOption( "EnableAttackSounds", MovePref<bool>, "No","Yes" ) );
ADD( ConfOption( "EnableMineHitSound", MovePref<bool>, "No","Yes" ) );
ADD( ConfOption( "RateModPreservesPitch", MovePref<bool>, "No","Yes") );