mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 10:10:33 +00:00
game logic
This commit is contained in:
parent
49a897c3b3
commit
c1c163d78c
20 changed files with 470 additions and 56 deletions
|
@ -297,7 +297,7 @@ cSampleManager::StopChannel(uint32 nChannel)
|
|||
}
|
||||
|
||||
void
|
||||
cSampleManager::PreloadStreamedFile(uint8 nFile, uint8 nStream)
|
||||
cSampleManager::PreloadStreamedFile(uint32 nFile, uint8 nStream)
|
||||
{
|
||||
ASSERT( nStream < MAX_STREAMS );
|
||||
}
|
||||
|
@ -315,7 +315,7 @@ cSampleManager::StartPreloadedStreamedFile(uint8 nStream)
|
|||
}
|
||||
|
||||
bool
|
||||
cSampleManager::StartStreamedFile(uint8 nFile, uint32 nPos, uint8 nStream)
|
||||
cSampleManager::StartStreamedFile(uint32 nFile, uint32 nPos, uint8 nStream)
|
||||
{
|
||||
ASSERT( nStream < MAX_STREAMS );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue