bot.cpp was missing nullptr instead of NULL, that is now fixed.

hate_list.cpp potential crash fix related to center being nullptr
This commit is contained in:
SecretsOTheP
2014-02-13 12:02:26 -05:00
parent a4260e54fe
commit a3f9d5e707
2 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -16351,7 +16351,7 @@ void EntityList::ShowSpawnWindow(Client* client, int Distance, bool NamedOnly) {
std::string WindowText;
int LastCon = -1;
int CurrentCon = 0;
Mob* curMob = NULL;
Mob* curMob = nullptr;
uint32 array_counter = 0;