We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9075ccd commit 6a8da70Copy full SHA for 6a8da70
engine/cl_main.cpp
@@ -2367,7 +2367,8 @@ bool CL_ShouldLoadBackgroundLevel( const CCommand &args )
2367
// don't load the map in developer or console mode
2368
if ( developer.GetInt() ||
2369
CommandLine()->CheckParm("-console") ||
2370
- CommandLine()->CheckParm("-dev") )
+ CommandLine()->CheckParm("-dev") ||
2371
+ CommandLine()->CheckParm("-nobackgroundlevel") )
2372
return false;
2373
2374
// don't load the map if we're going straight into a level
0 commit comments