mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-22 11:44:17 +01:00
(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/** @file pathfind.cpp Implementation of the oldest supported pathfinder. */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "station_map.h"
|
||||
#include "station_base.h"
|
||||
#include "settings_type.h"
|
||||
#include "pathfind.h"
|
||||
#include "debug.h"
|
||||
|
||||
Reference in New Issue
Block a user