SW: Add Equip Pickups weapon auto-switching toggle

git-svn-id: https://svn.eduke32.com/eduke32@8339 1a8010ca-5511-0410-912e-c29ae57300e0

# Conflicts:
#	source/sw/src/swconfig.cpp
This commit is contained in:
hendricks266 2019-11-30 06:10:40 +00:00 committed by Christoph Oelckers
parent 8d2159ab70
commit 15b8bc959f
5 changed files with 38 additions and 0 deletions

View file

@ -213,6 +213,7 @@ typedef enum
btn_voxels, btn_stats, btn_playcd,
btn_videofs,
btn_darts,
btn_autoswitch,
btn_max
} BTNType;