- missed the index.

This commit is contained in:
Christoph Oelckers 2021-09-23 11:41:48 +02:00
commit dc116721fb
2 changed files with 2 additions and 2 deletions

View file

@ -264,7 +264,7 @@ void FIWadManager::ParseIWadInfo(const char *fn, const char *data, int datasize,
// Look for IWAD definition lump
//
//==========================================================================
extern const char* iwad_folders[13];
extern const char* iwad_folders[14];
extern const char* iwad_reserved[12];
FIWadManager::FIWadManager(const char *firstfn, const char *optfn)