Increase return value of GetAppBuildId.

This commit is contained in:
Mr_Goldberg 2019-08-12 10:40:16 -04:00
parent 7ff8b5c9fc
commit 1d19d49419
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ bool Steam_Apps::GetDlcDownloadProgress( AppId_t nAppID, uint64 *punBytesDownloa
int Steam_Apps::GetAppBuildId()
{
PRINT_DEBUG("GetAppBuildId\n");
return 1;
return 10;
}