summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_marine.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_marine.hpp')
-rw-r--r--src/ai/api/ai_marine.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ai/api/ai_marine.hpp b/src/ai/api/ai_marine.hpp
index 19bc4b1d9..a1a0a092e 100644
--- a/src/ai/api/ai_marine.hpp
+++ b/src/ai/api/ai_marine.hpp
@@ -37,9 +37,9 @@ public:
* Types of water-related objects in the game.
*/
enum BuildType {
- BT_DOCK, //!< Build a dock
- BT_DEPOT, //!< Build a ship depot
- BT_BUOY, //!< Build a buoy
+ BT_DOCK, ///< Build a dock
+ BT_DEPOT, ///< Build a ship depot
+ BT_BUOY, ///< Build a buoy
};
/**