diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index d58bd9e07..863bd8ba1 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -680,6 +680,11 @@ DEBUG_SSA = FALSE ;------------------------------------------------------------------------------------------------------------------------------ NWSS = FALSE +;------------------------------------------------------------------------------------------------------------------------------ +; Don't allow to start playing more than one sound of the same type at the same time +;------------------------------------------------------------------------------------------------------------------------------ +LIMIT_SIMULTANEOUS_SOUND = TRUE + ;****************************************************************************************************************************** ;****************************************************************************************************************************** diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index e8d92e20a..10069c805 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -680,6 +680,10 @@ DEBUG_SSA = FALSE ;------------------------------------------------------------------------------------------------------------------------------ NWSS = FALSE +; Don't allow to start playing more than one sound of the same type at the same time +;------------------------------------------------------------------------------------------------------------------------------ +LIMIT_SIMULTANEOUS_SOUND = TRUE + ;****************************************************************************************************************************** ;******************************************************************************************************************************