diff --git a/src/p_setup.c b/src/p_setup.c index 8d73c12b..5263d1b3 100644 --- a/src/p_setup.c +++ b/src/p_setup.c @@ -3071,6 +3071,10 @@ boolean P_SetupLevel(boolean skipprecip) (fileinfo + ML_REJECT)->size, (fileinfo + ML_REJECT)->name); } + else + { + rejectmatrix = NULL; + } // Important: take care of the ordering of the next functions. if (!loadedbm)