- fixed: old-style DECORATE definitions with non-alphanumeric characters in

the name produced an error.


SVN r2025 (trunk)
This commit is contained in:
Christoph Oelckers 2009-12-13 22:22:25 +00:00
commit ba106c28c4
3 changed files with 5 additions and 4 deletions

View file

@ -229,7 +229,7 @@ void FWarp2Texture::MakeTexture (DWORD time)
FTexture *FWarpTexture::GetRedirect(bool wantwarped)
{
if (!wantwarped) return SourcePic;
if (!wantwarped) return SourcePic->GetRedirect(false);
else return this;
}