mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 20:08:37 +00:00
NULL to nullptr
This commit is contained in:
@@ -125,9 +125,9 @@ int AddModelName(Content_3D *C3D, string ModelName)
|
||||
|
||||
DATLoader::DATLoader()
|
||||
{
|
||||
this->buffer = NULL;
|
||||
this->buffer = nullptr;
|
||||
this->buf_len = -1;
|
||||
this->archive = NULL;
|
||||
this->archive = nullptr;
|
||||
this->status = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user