Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
8451cc6e9f
4 changed files with 23 additions and 18 deletions
|
|
@ -778,11 +778,10 @@ void FTextureManager::ParseAnimatedDoor(FScanner &sc)
|
|||
}
|
||||
}
|
||||
frames.Push(v);
|
||||
if (!sc.CheckString("allowdecals"))
|
||||
{
|
||||
Texture(v)->bNoDecals = true;
|
||||
}
|
||||
|
||||
}
|
||||
else if (!sc.Compare("allowdecals"))
|
||||
{
|
||||
if (anim.BaseTexture.Exists()) Texture(anim.BaseTexture)->bNoDecals = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue