summaryrefslogtreecommitdiffstats
path: root/src/game-server/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/state.h')
-rw-r--r--src/game-server/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/state.h b/src/game-server/state.h
index 147a57c..256512c 100644
--- a/src/game-server/state.h
+++ b/src/game-server/state.h
@@ -92,7 +92,7 @@ namespace GameState
/**
* Says something to an actor.
- * @note passing NULL as source generates a message from "Server:"
+ * @note passing nullptr as source generates a message from "Server:"
*/
void sayTo(Entity *destination, Entity *source, const std::string &text);