mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-07 20:01:21 +00:00
Merge branch 'control-selector' into tutorial-time
This commit is contained in:
commit
0e0164cb70
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ extern INT32 gamecontroldefault[num_gamecontrolschemes][num_gamecontrols][2]; //
|
|||
#define PLAYER1INPUTDOWN(gc) (gamekeydown[gamecontrol[gc][0]] || gamekeydown[gamecontrol[gc][1]])
|
||||
#define PLAYER2INPUTDOWN(gc) (gamekeydown[gamecontrolbis[gc][0]] || gamekeydown[gamecontrolbis[gc][1]])
|
||||
|
||||
#define num_gclist_tutorial 6 // 13
|
||||
#define num_gclist_tutorial 8 // 13
|
||||
#define num_gclist_movement 4
|
||||
#define num_gclist_camera 2
|
||||
#define num_gclist_jump 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue