Fix: Reference correct section in README file for baseset info

This commit is contained in:
Niels Martin Hansen
2019-12-26 19:36:53 +01:00
parent 7f25032766
commit 0e78393774
2 changed files with 3 additions and 3 deletions

View File

@@ -262,6 +262,6 @@ bool HandleBootstrap()
/* Failure to get enough working to get a graphics set. */
failure:
usererror("Failed to find a graphics set. Please acquire a graphics set for OpenTTD. See section 4.1 of README.md.");
usererror("Failed to find a graphics set. Please acquire a graphics set for OpenTTD. See section 1.4 of README.md.");
return false;
}