diff --git a/src/g_input.h b/src/g_input.h index 3260f9a5b..10a0991e0 100644 --- a/src/g_input.h +++ b/src/g_input.h @@ -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