mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-25 05:11:00 +00:00
Fix demo start/stop bind drawing in controls menu.
This commit is contained in:
parent
3c91df6fca
commit
6d1235628a
1 changed files with 12 additions and 11 deletions
|
@ -128,6 +128,8 @@ typedef struct
|
|||
// STONELANCE
|
||||
#define ID_DROP_REAR 36
|
||||
#define ID_HEADLIGHT 37
|
||||
#define ID_STARTDEMO 38
|
||||
#define ID_STOPDEMO 39
|
||||
// END
|
||||
// all others
|
||||
// STONELANCE
|
||||
|
@ -141,18 +143,17 @@ typedef struct
|
|||
#define ID_JOYTHRESHOLD 44
|
||||
#define ID_SMOOTHMOUSE 45
|
||||
*/
|
||||
#define ID_FREELOOK 38
|
||||
#define ID_INVERTMOUSE 39
|
||||
#define ID_ALWAYSRUN 40
|
||||
#define ID_AUTOSWITCH 41
|
||||
#define ID_MOUSESPEED 42
|
||||
#define ID_JOYENABLE 43
|
||||
#define ID_JOYTHRESHOLD 44
|
||||
#define ID_SMOOTHMOUSE 45
|
||||
#define ID_FREELOOK 40
|
||||
#define ID_INVERTMOUSE 41
|
||||
#define ID_ALWAYSRUN 42
|
||||
#define ID_AUTOSWITCH 43
|
||||
#define ID_MOUSESPEED 44
|
||||
#define ID_JOYENABLE 45
|
||||
#define ID_JOYTHRESHOLD 46
|
||||
#define ID_SMOOTHMOUSE 47
|
||||
|
||||
#define ID_AUTODROP 48
|
||||
|
||||
#define ID_AUTODROP 46
|
||||
#define ID_STARTDEMO 47
|
||||
#define ID_STOPDEMO 48
|
||||
|
||||
// END
|
||||
// END
|
||||
|
|
Loading…
Reference in a new issue