- Backend update from Raze.

This commit is contained in:
Christoph Oelckers 2022-11-06 08:42:09 +01:00
commit c55dfbcddd
11 changed files with 100 additions and 22 deletions

View file

@ -151,7 +151,7 @@ int ModelFrameHash(FSpriteModelFrame * smf)
//
//===========================================================================
unsigned FindModel(const char * path, const char * modelfile)
unsigned FindModel(const char * path, const char * modelfile, bool silent)
{
FModel * model = nullptr;
FString fullname;