diff options
Diffstat (limited to 'src/doom')
-rw-r--r-- | src/doom/d_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doom/d_main.c b/src/doom/d_main.c index 2a4fe236..c58306f2 100644 --- a/src/doom/d_main.c +++ b/src/doom/d_main.c @@ -1305,6 +1305,8 @@ void D_DoomMain (void) DEH_printf("W_Init: Init WADfiles.\n"); D_AddFile(iwadfile); + W_CheckCorrectIWAD(doom); + // Doom 3: BFG Edition includes modified versions of the classic // IWADs which can be identified by an additional DMENUPIC lump. // Furthermore, the M_GDHIGH lumps have been modified in a way that |