mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-06-02 09:51:47 +00:00
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:
parent
32d42e7e56
commit
b6fba8d043
12 changed files with 52 additions and 13 deletions
|
@ -59,7 +59,7 @@ namespace CodeImp.DoomBuilder.Data
|
|||
{
|
||||
// Keep information
|
||||
location = dl;
|
||||
textureset = new ResourceTextureSet(GetTitle(), dl.type);
|
||||
textureset = new ResourceTextureSet(GetTitle(), dl);
|
||||
}
|
||||
|
||||
// Disposer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue