- Changed handling of AUTOPAGE texture so that it is properly inserted into
the texture manager even if it is from Raven's IWADs. - Removed code related to internal ActorInfo definitions from dobjtype.cpp. - removed unneeded file dehackedactions.h SVN r1162 (trunk)
This commit is contained in:
parent
765ccd0100
commit
b1d36182c4
8 changed files with 66 additions and 180 deletions
|
|
@ -87,7 +87,7 @@ FTexture * FTexture::CreateTexture (int lumpnum, int usetype)
|
|||
{ RawPageTexture_TryCreate, TEX_MiscPatch },
|
||||
{ FlatTexture_TryCreate, TEX_Flat },
|
||||
{ PatchTexture_TryCreate, TEX_Any },
|
||||
{ AutomapTexture_TryCreate, TEX_Autopage },
|
||||
{ AutomapTexture_TryCreate, TEX_MiscPatch },
|
||||
};
|
||||
|
||||
if (lumpnum == -1) return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue