One C89_BUILD fix

This commit is contained in:
twinaphex 2016-11-14 05:24:10 +01:00
parent ed77f98f5e
commit 574a01d390

View File

@ -2816,7 +2816,9 @@ bool cheevos_test(void)
if (settings->cheevos.test_unofficial)
cheevos_test_cheevo_set(&cheevos_locals.unofficial);
//cheevos_test_leaderboards();
#if 0
cheevos_test_leaderboards();
#endif
}
return true;