From fd83e1ed5c35f6705e2972fff0df4453cb3e230f Mon Sep 17 00:00:00 2001 From: mazmazz Date: Sun, 11 Nov 2018 09:21:54 -0500 Subject: [PATCH] num_gclist_tutorial adjustment --- src/g_input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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