diff options
-rw-r--r-- | src/pathfinder/opf/opf_ship.cpp | 2 | ||||
-rw-r--r-- | src/table/airporttile_ids.h | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/src/table/airporttile_ids.h b/src/table/airporttile_ids.h index d4124a168..fa9775387 100644 --- a/src/table/airporttile_ids.h +++ b/src/table/airporttile_ids.h @@ -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 airporttile_id.h Enum of the default airport tiles. */ +/** @file airporttile_ids.h Enum of the default airport tiles. */ #ifndef AIRPORTTILE_IDS_H #define AIRPORTTILE_IDS_H |