fix warning

This commit is contained in:
Brad Parker 2019-02-09 09:59:08 -05:00
parent c36ddf973c
commit bf04d658e6

View File

@ -99,7 +99,7 @@ typedef struct
} retro_inputs;
static uint16_t previnput[MAX_PLAYERS] = {0};
static Game_Input g_input[MAX_PLAYERS] = {0};
static Game_Input g_input[MAX_PLAYERS] = {{0}};
static Player player[MAX_PLAYERS] = {0};
typedef struct