summaryrefslogtreecommitdiff
path: root/src/game-server/mapmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/mapmanager.h')
-rw-r--r--src/game-server/mapmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/mapmanager.h b/src/game-server/mapmanager.h
index 6b518819..12cbc342 100644
--- a/src/game-server/mapmanager.h
+++ b/src/game-server/mapmanager.h
@@ -45,7 +45,7 @@ namespace MapManager
/**
* Returns the requested map.
*
- * @return the requested map, or NULL if no map with the given ID exists.
+ * @return the requested map, or nullptr if no map with the given ID exists.
*/
MapComposite *getMap(int mapId);