- fixed: old-style DECORATE definitions with non-alphanumeric characters in
the name produced an error. SVN r2025 (trunk)
This commit is contained in:
parent
28c23edb2f
commit
ba106c28c4
3 changed files with 5 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue