One C89_BUILD fix
This commit is contained in:
parent
ed77f98f5e
commit
574a01d390
|
@ -2816,7 +2816,9 @@ bool cheevos_test(void)
|
||||||
if (settings->cheevos.test_unofficial)
|
if (settings->cheevos.test_unofficial)
|
||||||
cheevos_test_cheevo_set(&cheevos_locals.unofficial);
|
cheevos_test_cheevo_set(&cheevos_locals.unofficial);
|
||||||
|
|
||||||
//cheevos_test_leaderboards();
|
#if 0
|
||||||
|
cheevos_test_leaderboards();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue