summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2014-09-21 07:57:45 +0000
committerrubidium <rubidium@openttd.org>2014-09-21 07:57:45 +0000
commit2361aaf601e4355986e607e525a75377bf754de8 (patch)
tree433dcadb2ba1a947ad4170a096f361015ef7d7a0 /config.lib
parent9caf6b4537c3fe3f3f516a49f983defab277e05e (diff)
downloadopenttd-2361aaf601e4355986e607e525a75377bf754de8.tar.xz
(svn r26869) -Add: support for an all black palette to prevent the need of having a black tile of all different slopes (ic111)
Diffstat (limited to 'config.lib')
-rw-r--r--config.lib12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.lib b/config.lib
index c58b39663..9698a052a 100644
--- a/config.lib
+++ b/config.lib
@@ -3183,9 +3183,9 @@ detect_grfcodec() {
log 2 " returned $version"
log 2 " exit code $ret"
- if [ -z "$version" ] || [ "$ret" != "0" ] || [ "$version" -lt "949" ]; then
- if [ -n "$version" ] && [ "$version" -lt "949" ]; then
- log 1 "checking grfcodec... needs at least version 6.0.2 (r949), disabled"
+ if [ -z "$version" ] || [ "$ret" != "0" ] || [ "$version" -lt "985" ]; then
+ if [ -n "$version" ] && [ "$version" -lt "985" ]; then
+ log 1 "checking grfcodec... needs at least version 6.0.5 (r985), disabled"
else
log 1 "checking grfcodec... not found"
fi
@@ -3225,9 +3225,9 @@ detect_nforenum() {
log 2 " returned $version"
log 2 " exit code $ret"
- if [ -z "$version" ] || [ "$ret" != "0" ] || [ "$version" -lt "949" ]; then
- if [ -n "$version" ] && [ "$version" -lt "949" ]; then
- log 1 "checking nforenum... needs at least version 6.0.2 (r949), disabled"
+ if [ -z "$version" ] || [ "$ret" != "0" ] || [ "$version" -lt "985" ]; then
+ if [ -n "$version" ] && [ "$version" -lt "985" ]; then
+ log 1 "checking nforenum... needs at least version 6.0.5 (r985), disabled"
else
log 1 "checking nforenum... not found"
fi