diff options
author | celestar <celestar@openttd.org> | 2005-01-27 11:25:32 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2005-01-27 11:25:32 +0000 |
commit | 1bdd01867a079e020de78d14c9393b48e7d68c5c (patch) | |
tree | 61afead156a6cc03119a0ea12283cab463a324c7 | |
parent | 1fd8c45c5562bd216c5707a24b191b4cd94db749 (diff) | |
download | openttd-1bdd01867a079e020de78d14c9393b48e7d68c5c.tar.xz |
(svn r1694) -Fix: Forgot to remove a DEBUG statement :(
-rw-r--r-- | station_cmd.c | 1 |
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!! |