diff --git a/docs/faq.rst b/docs/faq.rst index 40c9bd2..2fbafc7 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -60,7 +60,7 @@ You've added a new feature or changed textures, but it's not showing up on my ma Some new features will only show up in newly-rendered areas. Use the :option:`--forcerender` option to update the entire map. If you have a really large map and don't want to re-render everything, take a look at -the :ref:`rerenderprob` configuration option. +the :ref:`rerenderprob` configuration option. The background color of the map is black, and I don't like it! -------------------------------------------------------------- diff --git a/docs/installing.rst b/docs/installing.rst index 01eb898..bcb8b7f 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -18,9 +18,9 @@ right place! 1. Head to the `Downloads `_ page and download the most recent Windows download for your architecture (32 or 64 bit). -2. For 32 bit you may need to install the `VC++ 2008 `_ and `VC++ 2010 `_ redistributables. +2. For 32 bit you may need to install the `VC++ 2008 (x86) `_ and `VC++ 2010 (x86) `_ redistributables. - For 64 bit, you'll want these instead: `VC++ 2008 `_ and `VC++ 2010 `_ + For 64 bit, you'll want these instead: `VC++ 2008 (x64) `_ and `VC++ 2010 (x64) `_ 3. That's it! Proceed with instructions on :doc:`running`.