mirror of
https://github.com/UOX3DevTeam/UOX3
synced 2026-08-13 12:27:04 -04:00
More cast, construct, and spacing fixes
This commit is contained in:
parent
c8f8e47c5c
commit
64a71580d8
32 changed files with 253 additions and 269 deletions
|
|
@ -56,9 +56,8 @@ std::string GetUptime( void )
|
|||
return builtString;
|
||||
}
|
||||
|
||||
bool CountNPCFunctor( CBaseObject *a, UI32 &b, void *extraData )
|
||||
bool CountNPCFunctor( CBaseObject *a, UI32 &b, [[maybe_unused]] void *extraData )
|
||||
{
|
||||
(void)extraData;
|
||||
bool retVal = true;
|
||||
if( ValidateObject( a ))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue