diff options
author | Patric Stout <truebrain@openttd.org> | 2021-03-13 12:31:24 +0100 |
---|---|---|
committer | Patric Stout <github@truebrain.nl> | 2021-03-14 11:04:14 +0100 |
commit | 4fe222d8536ef7fd9ec71f6f176c661a205bd7d1 (patch) | |
tree | ca0ff5e4dfe716a68cdc1b90756f41a3423be9e5 /src/texteff.cpp | |
parent | 22a9d921efa80f09b31afd860dae7ccd569cebf8 (diff) | |
download | openttd-4fe222d8536ef7fd9ec71f6f176c661a205bd7d1.tar.xz |
Fix: errors during bootstrap could still show up after bootstrap
For example, if you have a config that defines OpenGFX as baseset
but for some reason you have no basesets anymore. In that case
bootstrap downloads OpenGFX for you, but it will still show the
error that "OpenGFX was not found" after the bootstrap. This was
an error generated before the bootstrapped kicked in.
Simply muting all errors during bootstrap solves this; as we cannot
show them anyway, this is fine. Any errors that remain after
bootstrap will be generated again anyway.
Diffstat (limited to 'src/texteff.cpp')
0 files changed, 0 insertions, 0 deletions