mirror of
https://github.com/UOX3DevTeam/UOX3
synced 2026-08-13 12:27:04 -04:00
Fix compile warnings
This commit is contained in:
parent
a904ef7304
commit
285f06dbd2
36 changed files with 1097 additions and 1064 deletions
|
|
@ -58,6 +58,7 @@ std::string GetUptime( void )
|
|||
|
||||
bool CountNPCFunctor( CBaseObject *a, UI32 &b, void *extraData )
|
||||
{
|
||||
(void)extraData;
|
||||
bool retVal = true;
|
||||
if( ValidateObject( a ))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue