diff options
author | rubidium <rubidium@openttd.org> | 2009-09-13 17:58:00 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-09-13 17:58:00 +0000 |
commit | 5de9cc46b50b8e677395543c10b26b59c860212b (patch) | |
tree | d1041681a75b303f19734fe6c43e1c44c7f838d9 /src | |
parent | 17313b6e3f875055c148e3543eea9027e554ca70 (diff) | |
download | openttd-5de9cc46b50b8e677395543c10b26b59c860212b.tar.xz |
(svn r17531) -Fix: wrong @file for ai_basestation.hpp
Diffstat (limited to 'src')
-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 |