mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
clang-modernize -use-nullptr for ucs/ucs.cpp
This commit is contained in:
parent
bf9b126eef
commit
b398d65eb8
@ -49,8 +49,7 @@ std::string WorldShortName;
|
||||
|
||||
const ucsconfig *Config;
|
||||
|
||||
WorldServer *worldserver = 0;
|
||||
|
||||
WorldServer *worldserver = nullptr;
|
||||
|
||||
void CatchSignal(int sig_num) {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user