summaryrefslogtreecommitdiffstats
path: root/src/game-server/monster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/monster.cpp')
-rw-r--r--src/game-server/monster.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/monster.cpp b/src/game-server/monster.cpp
index be0e161..5d77db4 100644
--- a/src/game-server/monster.cpp
+++ b/src/game-server/monster.cpp
@@ -125,7 +125,7 @@ MonsterComponent::~MonsterComponent()
void MonsterComponent::update(Entity &entity)
{
if (mKillStealProtectedTimeout.justFinished())
- mOwner = NULL;
+ mOwner = nullptr;
auto *beingComponent = entity.getComponent<BeingComponent>();