mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Fix more clang warnings.
This commit is contained in:
@ -319,7 +319,7 @@ void plAgeInfoStruct::SetAgeDescription( const char * v )
|
||||
|
||||
void plAgeInfoStruct::SetAgeLanguage( uint32_t v )
|
||||
{
|
||||
if ( v >= 0 )
|
||||
if (v != static_cast<uint32_t>(-1))
|
||||
{
|
||||
SetFlag( kHasAgeLanguage );
|
||||
fAgeLanguage = v;
|
||||
|
Reference in New Issue
Block a user