diff --git a/src/p_setup.c b/src/p_setup.c index c071fa62b..f2b0c49d8 100644 --- a/src/p_setup.c +++ b/src/p_setup.c @@ -2786,9 +2786,7 @@ boolean P_SetupLevel(boolean skipprecip) } P_PreTicker(2); #ifdef HAVE_BLUA - P_MapStart(); LUAh_MapLoad(); - P_MapEnd(); #endif }