diff options
-rw-r--r-- | src/ai/api/ai_basestation.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_basestation.hpp b/src/ai/api/ai_basestation.hpp index e277781bc..3ced2bf56 100644 --- a/src/ai/api/ai_basestation.hpp +++ b/src/ai/api/ai_basestation.hpp @@ -7,7 +7,7 @@ * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>. */ -/** @file ai_waypoint.hpp Everything to query and build waypoints. */ +/** @file ai_basestation.hpp Base for stations/waypoint handling. */ #ifndef AI_BASESTATION_HPP #define AI_BASESTATION_HPP |