File diff r14683:3efbea14e64e → r14684:18ea0ce1f33d
src/station_cmd.cpp
Show inline comments
 
@@ -1760,6 +1760,8 @@ CommandCost CmdBuildRoadStop(TileIndex t
 
			} else {
 
				MakeRoadStop(cur_tile, st->owner, st->index, rs_type, rts, ddir);
 
			}
 

	
 
			MarkTileDirtyByTile(cur_tile);
 
		}
 
	}