- added missing #define

This commit is contained in:
Christoph Oelckers 2019-09-21 09:33:39 +02:00
parent bdd7bb72d8
commit 6942d4c50b
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#define MAXRIDECULE 10
#define MAXRIDECULELENGTH 40
#define MAXPLAYERNAME 16
#define MAXMOUSEAXES 2
extern int32_t MouseDeadZone, MouseBias;
extern int32_t SmoothInput;