- Add the definition for sfxinfo_t::MarkUsed() (poo for incomplete commits).

SVN r3840 (trunk)
This commit is contained in:
Randy Heit 2012-08-22 23:21:23 +00:00
parent 625482aaeb
commit 1d3c26f088
1 changed files with 13 additions and 0 deletions

View File

@ -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