mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-01 19:03:36 +00:00
CAudioLookupTable: Make use of size_t where applicable
This commit is contained in:
parent
e2dedf1b31
commit
13f0ca07ef
@ -15,7 +15,7 @@ public:
|
|||||||
: CResource(pEntry)
|
: CResource(pEntry)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
uint16 FindSoundDefineID(uint32 SoundID) const
|
uint16 FindSoundDefineID(size_t SoundID) const
|
||||||
{
|
{
|
||||||
if (SoundID >= mDefineIDs.size())
|
if (SoundID >= mDefineIDs.size())
|
||||||
return UINT16_MAX;
|
return UINT16_MAX;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user