mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-20 20:19:35 +01:00
(svn r1694) -Fix: Forgot to remove a DEBUG statement :(
This commit is contained in:
parent
1fd8c45c55
commit
1bdd01867a
@ -76,7 +76,6 @@ static Station *GetStationAround(uint tile, int w, int h, int closest_station)
|
|||||||
if (IsTileType(tile_cur, MP_STATION)) {
|
if (IsTileType(tile_cur, MP_STATION)) {
|
||||||
int t;
|
int t;
|
||||||
t = _map2[tile_cur];
|
t = _map2[tile_cur];
|
||||||
DEBUG(misc, 0) ("%x, %d", tile_cur, t);
|
|
||||||
{
|
{
|
||||||
Station *st = GetStation(t);
|
Station *st = GetStation(t);
|
||||||
// you cannot take control of an oilrig!!
|
// you cannot take control of an oilrig!!
|
||||||
|
Loading…
Reference in New Issue
Block a user