mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//==========================================================================
|
||||||
|
//
|
||||||
|
// sfxinfo_t :: MarkUsed
|
||||||
|
//
|
||||||
|
// Marks this sound for precaching.
|
||||||
|
//
|
||||||
|
//==========================================================================
|
||||||
|
|
||||||
|
void sfxinfo_t::MarkUsed()
|
||||||
|
{
|
||||||
|
bUsed = true;
|
||||||
|
}
|
||||||
|
|
||||||
//==========================================================================
|
//==========================================================================
|
||||||
//
|
//
|
||||||
// CCMD soundlist
|
// CCMD soundlist
|
||||||
|
|
Loading…
Reference in a new issue