- rewrote the model storage code.

Using proper C++ containers now.
This commit is contained in:
Christoph Oelckers 2022-09-30 16:25:21 +02:00
parent 8bc34f3dac
commit a4dd5bb4ce
29 changed files with 401 additions and 1374 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;