summaryrefslogtreecommitdiff
path: root/station_cmd.c
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-01-27 11:25:32 +0000
committercelestar <celestar@openttd.org>2005-01-27 11:25:32 +0000
commit1bdd01867a079e020de78d14c9393b48e7d68c5c (patch)
tree61afead156a6cc03119a0ea12283cab463a324c7 /station_cmd.c
parent1fd8c45c5562bd216c5707a24b191b4cd94db749 (diff)
downloadopenttd-1bdd01867a079e020de78d14c9393b48e7d68c5c.tar.xz
(svn r1694) -Fix: Forgot to remove a DEBUG statement :(
Diffstat (limited to 'station_cmd.c')
-rw-r--r--station_cmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/station_cmd.c b/station_cmd.c
index 3ddb5340b..d9cd16a30 100644
--- a/station_cmd.c
+++ b/station_cmd.c
@@ -76,7 +76,6 @@ static Station *GetStationAround(uint tile, int w, int h, int closest_station)
if (IsTileType(tile_cur, MP_STATION)) {
int t;
t = _map2[tile_cur];
- DEBUG(misc, 0) ("%x, %d", tile_cur, t);
{
Station *st = GetStation(t);
// you cannot take control of an oilrig!!