mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-02-07 08:21:10 +00:00
Change how selecting sector effects works (no repeated addition)
This commit is contained in:
parent
eb8b86ac85
commit
b8618f1821
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
}
|
||||
|
||||
//mxd. Add generalized effects? (Don't add when "Any effect" is selected)
|
||||
if(selectedeffect != -1 && General.Map.Config.GeneralizedEffects)
|
||||
if(selectedeffect != -1 && General.Map.Config.GeneralizedEffects && tabs.SelectedTab == tabgeneralized)
|
||||
{
|
||||
// Go for all options
|
||||
for(int i = 0; i < MAX_OPTIONS; i++)
|
||||
|
|
Loading…
Reference in a new issue