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
|
|
@ -114,7 +114,6 @@ fame( DEFBASE_FAME ), karma( DEFBASE_KARMA ), kills( DEFBASE_KILLS ), subRegion(
|
|||
multis = nullptr;
|
||||
tempMulti = INVALIDSERIAL;
|
||||
objSettings.reset();
|
||||
|
||||
tempContainerSerial = INVALIDSERIAL;
|
||||
name.reserve( MAX_NAME );
|
||||
title.reserve( MAX_TITLE );
|
||||
|
|
@ -2423,7 +2422,7 @@ void CBaseObject::Cleanup( void )
|
|||
//o------------------------------------------------------------------------------------------------o
|
||||
//| Purpose - Forces the object onto the global refresh queue
|
||||
//o------------------------------------------------------------------------------------------------o
|
||||
void CBaseObject::Dirty( UpdateTypes updateType )
|
||||
void CBaseObject::Dirty( UpdateTypes /*updateType*/ )
|
||||
{
|
||||
if( IsDeleted() )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue