mirror of
https://github.com/halpz/re3.git
synced 2025-12-21 00:02:59 +00:00
cMusicManager, cDMAudio, radio position save/load, a few commands implemented
This commit is contained in:
@@ -447,6 +447,11 @@ void CStats::AddPropertyAsOwned(int32 id)
|
||||
}
|
||||
}
|
||||
|
||||
float CStats::GetFavoriteRadioStationList(int32 station)
|
||||
{
|
||||
return FavoriteRadioStationList[station];
|
||||
}
|
||||
|
||||
void CStats::SaveStats(uint8 *buf, uint32 *size)
|
||||
{
|
||||
CheckPointReachedSuccessfully();
|
||||
|
||||
Reference in New Issue
Block a user