@ Fixed a bug and changed category of the Tag Range action in the control list

This commit is contained in:
codeimp 2010-08-30 14:13:36 +00:00
parent 08e6f30d0f
commit b16f48862a
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
rangetagselectedsectors
{
title = "Tag Range Sectors";
category = "sectors";
category = "classic";
description = "Allows giving a range of tags to a selection of sectors.";
allowkeys = true;
allowmouse = true;

View file

@ -123,6 +123,7 @@ namespace CodeImp.DoomBuilder.TagRange
outoftagswarning.Visible = outoftags;
doubletagwarning.Visible = tagsused && !outoftags;
skipdoubletags.Visible = tagsused && !outoftags;
skipdoubletags.BringToFront();
tags = CreateRange(starttag, skipdoubletags.Checked, out tagsused, out outoftags);