mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
num_gclist_tutorial adjustment
This commit is contained in:
parent
99a5f7d431
commit
81b470a57e
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