The big NULL replacement party part 5.
Right. ' = NULL' would get a lot of these.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#define CHARACTERS_DIR "/Characters/"
|
||||
|
||||
CharacterManager* CHARMAN = NULL; // global object accessable from anywhere in the program
|
||||
CharacterManager* CHARMAN = nullptr; // global object accessable from anywhere in the program
|
||||
|
||||
CharacterManager::CharacterManager()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user