- replaced some NULLs with nullptr.
This commit is contained in:
parent
8ead5a3a6b
commit
a11eea98b5
8 changed files with 53 additions and 53 deletions
|
|
@ -63,7 +63,7 @@ void DBot::Think ()
|
|||
memset (cmd, 0, sizeof(*cmd));
|
||||
|
||||
if (enemy && enemy->health <= 0)
|
||||
enemy = NULL;
|
||||
enemy = nullptr;
|
||||
|
||||
if (player->mo->health > 0) //Still alive
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue