- Backend update from Raze, mostly maintenance changes without new functionality.
This commit is contained in:
parent
283c5d688c
commit
c89ae6358e
22 changed files with 90 additions and 43 deletions
|
|
@ -348,13 +348,13 @@ void FDMDModel::AddSkins(uint8_t *hitlist, const FTextureID*)
|
|||
// FDMDModel::FindFrame
|
||||
//
|
||||
//===========================================================================
|
||||
int FDMDModel::FindFrame(const char * name)
|
||||
int FDMDModel::FindFrame(const char * name, bool nodefault)
|
||||
{
|
||||
for (int i=0;i<info.numFrames;i++)
|
||||
{
|
||||
if (!stricmp(name, frames[i].name)) return i;
|
||||
}
|
||||
return -1;
|
||||
return FErr_NotFound;
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue