summaryrefslogtreecommitdiff
path: root/src/script/api/script_viewport.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_viewport.hpp')
-rw-r--r--src/script/api/script_viewport.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/script_viewport.hpp b/src/script/api/script_viewport.hpp
index 38b11611b..542b58095 100644
--- a/src/script/api/script_viewport.hpp
+++ b/src/script/api/script_viewport.hpp
@@ -24,7 +24,7 @@ public:
* Scroll the viewport to the given tile, where the tile will be in the
* center of the screen.
* @param tile The tile to put in the center of the screen.
- * @pre !ScriptGame::IsMultiplayer().
+ * @pre ! ScriptGame::IsMultiplayer().
* @pre ScriptMap::IsValidTile(tile).
*/
static void ScrollTo(TileIndex tile);