]> de.git.xonotic.org Git - xonotic/netradiant.git/commit
q3map2: accept -bsp stage option name without complaining
authorThomas Debesse <dev@illwieckz.net>
Fri, 26 Feb 2021 23:11:42 +0000 (00:11 +0100)
committerThomas Debesse <dev@illwieckz.net>
Fri, 26 Feb 2021 23:11:48 +0000 (00:11 +0100)
commit7ba473e5f11c73b920eb7abd9ce69d03f77ce90c
treeffc93a555dbc4bacb56f7bda6faf70c376f0bee1
parent7cf8b1a09aad1f313db6235931a3e63d0c8f8081
q3map2: accept -bsp stage option name without complaining

- 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.
tools/quake3/q3map2/bsp.c