Platform: Fix missing return value change for Achievement_RequestStarts
This commit is contained in:
parent
27b0c26a12
commit
7fe51a3fa5
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
/* 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)
|
Achievement_RequestStats(achievement_t *ptr, int count)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue