- using it is far more consistent with other stages,
- makes reading options less prone to errors:
reading “q3map3 -meta” may induce to human
reader that meta is a stage while in fact
it's “q3map2 -bsp -meta” and meta is an
option for the bsp stage,
- it is not bad to use the explicit -bsp stage option,
- there is no reason to recommend to not use it.
surfaceFilePath[0] = 0;
if ( argc >= 2 && !strcmp( argv[ 1 ], "-bsp" ) ) {
- Sys_Printf( "-bsp argument unnecessary\n" );
argv++;
argc--;
}