mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 14:34:08 +00:00
audio7
This commit is contained in:
parent
e7cb489b22
commit
12ee71e4f7
8 changed files with 956 additions and 161 deletions
|
@ -26,7 +26,7 @@ cDMAudio::Service(void)
|
|||
}
|
||||
|
||||
int32
|
||||
cDMAudio::CreateEntity(eAudioType type, void *UID)
|
||||
cDMAudio::CreateEntity(int32 type, void *UID)
|
||||
{
|
||||
return AudioManager.CreateEntity(type, (CPhysical *)UID);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue