Added a way to assign new tags, which finds a tag unused by current map element type.

This commit is contained in:
MaxED 2013-08-28 08:29:06 +00:00
parent a6ee7a5ca2
commit b84b613d4b
17 changed files with 152 additions and 112 deletions

View file

@ -117,7 +117,7 @@ namespace CodeImp.DoomBuilder.Windows
ceilingtex.TextureName = sc.CeilTexture;
// Action
tagSelector.Setup(); //mxd
tagSelector.Setup(UniversalType.SectorTag); //mxd
tagSelector.SetTag(sc.Tag);//mxd
////////////////////////////////////////////////////////////////////////