diff --git a/src/r_main.c b/src/r_main.c index 6104b7ca3..b1a14fe0b 100644 --- a/src/r_main.c +++ b/src/r_main.c @@ -1071,7 +1071,7 @@ void R_RenderPlayerView(player_t *player) //profile stuff --------------------------------------------------------- // Add skybox portals caused by sky visplanes. - if (cv_skybox.value) + if (cv_skybox.value && skyboxmo[0]) Portal_AddSkyboxPortals(); // Portal rendering. Hijacks the BSP traversal.