mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-26 14:21:03 +00:00
num_gclist_tutorial adjustment
This commit is contained in:
parent
181d13fe73
commit
fd83e1ed5c
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…
Reference in a new issue