diff options
author | yexo <yexo@openttd.org> | 2010-02-11 20:52:56 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-02-11 20:52:56 +0000 |
commit | 26005c55e5b508cc9e740c15e4c2bea4b8753c8e (patch) | |
tree | 93239345680ae077954b5debb6693842a89143bb /src/pathfinder | |
parent | 826e8a92efc402ddc367aa105d6f286f275e2e7a (diff) | |
download | openttd-26005c55e5b508cc9e740c15e4c2bea4b8753c8e.tar.xz |
(svn r19099) -Doc: two files had the wrong name in the @file comment
Diffstat (limited to 'src/pathfinder')
-rw-r--r-- | src/pathfinder/opf/opf_ship.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathfinder/opf/opf_ship.cpp b/src/pathfinder/opf/opf_ship.cpp index 9fee6b270..47c2ebc92 100644 --- a/src/pathfinder/opf/opf_ship.cpp +++ b/src/pathfinder/opf/opf_ship.cpp @@ -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 pathfind.cpp Implementation of the oldest supported pathfinder. */ +/** @file opf_ship.cpp Implementation of the oldest supported ship pathfinder. */ #include "../../stdafx.h" #include "../../tunnelbridge_map.h" |