diff --git a/src/textures/animations.cpp b/src/textures/animations.cpp index 13413ae70..e35550d51 100644 --- a/src/textures/animations.cpp +++ b/src/textures/animations.cpp @@ -779,7 +779,7 @@ void FTextureManager::ParseAnimatedDoor(FScanner &sc) } frames.Push(v); } - else if (!sc.Compare("allowdecals")) + else if (sc.Compare("allowdecals")) { if (anim.BaseTexture.Exists()) Texture(anim.BaseTexture)->bNoDecals = true; }