mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-04-21 21:52:06 +02:00
Update steam_ugc.h
Adding this field for future todo
This commit is contained in:
parent
b4e70b9778
commit
8ad0fc4aa2
1 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,9 @@ void set_details(PublishedFileId_t id, SteamUGCDetails_t *pDetails)
|
|||
pDetails->m_unVotesUp = settings->getMod(id).votesUp;
|
||||
pDetails->m_unVotesDown = settings->getMod(id).votesDown;
|
||||
pDetails->m_flScore = settings->getMod(id).score;
|
||||
// implement something like:
|
||||
//pDetails->m_hFile = ugc_file_handle;
|
||||
//pDetails->m_hPreviewFile = ugc_prev_handle:
|
||||
//pDetails->m_unNumChildren = settings->getMod(id).numChildren;
|
||||
} else {
|
||||
pDetails->m_nPublishedFileId = id;
|
||||
|
|
Loading…
Add table
Reference in a new issue