Turn cheevos_locals into static variable

This commit is contained in:
twinaphex 2016-01-29 14:39:38 +01:00
parent b47caeb58b
commit cb2288ebe6

View File

@ -214,7 +214,7 @@ typedef struct
int cheats_were_enabled;
} cheevos_globals_t;
cheevos_locals_t cheevos_locals =
static cheevos_locals_t cheevos_locals =
{
0,
{NULL, 0},