Turn cheevos_locals into static variable

This commit is contained in:
twinaphex 2016-01-29 14:39:38 +01:00
parent b47caeb58b
commit cb2288ebe6
1 changed files with 1 additions and 1 deletions

View File

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