Changeset - r1190:826193d55738
[Not reviewed]
master
0 1 0
celestar - 20 years ago 2005-01-27 11:25:32
celestar@openttd.org
(svn r1694) -Fix: Forgot to remove a DEBUG statement :(
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
station_cmd.c
Show inline comments
 
@@ -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!!
0 comments (0 inline, 0 general)