Fixed action arguments to stay within valid range (0..255 for hexen)

Added warning message when a texture or flat is double defined in the same resource.
This commit is contained in:
codeimp 2010-08-14 10:21:38 +00:00
parent 32d42e7e56
commit b6fba8d043
12 changed files with 52 additions and 13 deletions

View file

@ -59,7 +59,7 @@ namespace CodeImp.DoomBuilder.Data
{
// Keep information
location = dl;
textureset = new ResourceTextureSet(GetTitle(), dl.type);
textureset = new ResourceTextureSet(GetTitle(), dl);
}
// Disposer