mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-20 01:43:31 +00:00
- Add the definition for sfxinfo_t::MarkUsed() (poo for incomplete commits).
SVN r3840 (trunk)
This commit is contained in:
parent
625482aaeb
commit
1d3c26f088
1 changed files with 13 additions and 0 deletions
|
@ -1899,6 +1899,19 @@ bool S_ParseTimeTag(const char *tag, bool *as_samples, unsigned int *time)
|
|||
return true;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// sfxinfo_t :: MarkUsed
|
||||
//
|
||||
// Marks this sound for precaching.
|
||||
//
|
||||
//==========================================================================
|
||||
|
||||
void sfxinfo_t::MarkUsed()
|
||||
{
|
||||
bUsed = true;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// CCMD soundlist
|
||||
|
|
Loading…
Reference in a new issue