summaryrefslogtreecommitdiff
path: root/src/script/api/script_basestation.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_basestation.hpp')
-rw-r--r--src/script/api/script_basestation.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/script_basestation.hpp b/src/script/api/script_basestation.hpp
index 9676829f6..5bfd9ac84 100644
--- a/src/script/api/script_basestation.hpp
+++ b/src/script/api/script_basestation.hpp
@@ -52,7 +52,7 @@ public:
* @param station_id The basestation to set the name of.
* @param name The new name of the station (can be either a raw string, or a ScriptText object).
* @pre IsValidBaseStation(station_id).
- * @pre name != NULL && len(name) != 0.
+ * @pre name != nullptr && len(name) != 0.
* @game @pre Valid ScriptCompanyMode active in scope.
* @exception ScriptError::ERR_NAME_IS_NOT_UNIQUE
* @return True if the name was changed.