From 76807a0908eb88c05b9e3d026cc98cd046033bbc Mon Sep 17 00:00:00 2001 From: Mark Oates Date: Sat, 26 Jan 2019 17:21:37 -0500 Subject: [PATCH] Use different convention for ALLEGRO_EVENT_GAMER_BUTTON_* consts --- include/allegro_flare/screens/gamer_input_screen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/allegro_flare/screens/gamer_input_screen.h b/include/allegro_flare/screens/gamer_input_screen.h index ea296c01b..1fee5d4c9 100644 --- a/include/allegro_flare/screens/gamer_input_screen.h +++ b/include/allegro_flare/screens/gamer_input_screen.h @@ -9,8 +9,8 @@ -#define ALLEGRO_EVENT_GAMER_BUTTON_UP ALLEGRO_GET_EVENT_TYPE('N','P','T','U') -#define ALLEGRO_EVENT_GAMER_BUTTON_DOWN ALLEGRO_GET_EVENT_TYPE('N','P','T','D') +#define ALLEGRO_EVENT_GAMER_BUTTON_UP ALLEGRO_GET_EVENT_TYPE('N','p','t','U') +#define ALLEGRO_EVENT_GAMER_BUTTON_DOWN ALLEGRO_GET_EVENT_TYPE('N','p','t','D')