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