# HG changeset patch # User celestar # Date 2005-01-27 11:25:32 # Node ID 826193d5573867d614d79f960296ab3c6de5cdcd # Parent c533a7dd85bd59c33f376da00459eb3d7708614a (svn r1694) -Fix: Forgot to remove a DEBUG statement :( diff --git a/station_cmd.c b/station_cmd.c --- a/station_cmd.c +++ b/station_cmd.c @@ -76,7 +76,6 @@ static Station *GetStationAround(uint ti 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!!