warnings and debug code cleanup

This commit is contained in:
Christoph Oelckers 2023-12-26 22:13:47 +01:00
commit 958303556f
9 changed files with 22 additions and 21 deletions

View file

@ -101,10 +101,6 @@ struct FileSystem::LumpRecord
void SetFromLump(FResourceFile* file, int fileindex, int filenum, StringPool* sp, const char* name = nullptr)
{
if (fileindex == 649 && filenum == 0)
{
int a = 0;
}
resfile = file;
resindex = fileindex;
rfnum = filenum;