mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-01 10:53:30 +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)
|
||||
{}
|
||||
|
||||
uint16 FindSoundDefineID(uint32 SoundID) const
|
||||
uint16 FindSoundDefineID(size_t SoundID) const
|
||||
{
|
||||
if (SoundID >= mDefineIDs.size())
|
||||
return UINT16_MAX;
|
||||
|
Loading…
x
Reference in New Issue
Block a user