Platform: Fix missing return value change for Achievement_RequestStarts

This commit is contained in:
Marco Cawthorne 2022-12-30 11:54:07 -08:00
parent 27b0c26a12
commit 7fe51a3fa5
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Achievement_IndicateProgress(string strName, int iCurrent, int iMax)
}
/* updates the achievement_t pointer with what's been achieved and what's not been achieved */
void
bool
Achievement_RequestStats(achievement_t *ptr, int count)
{
}