mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
- added missing #define
This commit is contained in:
parent
bdd7bb72d8
commit
6942d4c50b
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
#define MAXRIDECULE 10
|
#define MAXRIDECULE 10
|
||||||
#define MAXRIDECULELENGTH 40
|
#define MAXRIDECULELENGTH 40
|
||||||
#define MAXPLAYERNAME 16
|
#define MAXPLAYERNAME 16
|
||||||
|
#define MAXMOUSEAXES 2
|
||||||
|
|
||||||
extern int32_t MouseDeadZone, MouseBias;
|
extern int32_t MouseDeadZone, MouseBias;
|
||||||
extern int32_t SmoothInput;
|
extern int32_t SmoothInput;
|
||||||
|
|
Loading…
Reference in a new issue