mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r23954) -Fix (r23952): Update required grfcodec version.
This commit is contained in:
parent
9ef4a017ae
commit
a643719996
@ -3120,9 +3120,9 @@ detect_grfcodec() {
|
|||||||
log 2 " returned $version"
|
log 2 " returned $version"
|
||||||
log 2 " exit code $ret"
|
log 2 " exit code $ret"
|
||||||
|
|
||||||
if [ -z "$version" ] || [ "$ret" != "0" ] || [ "$version" -lt "846" ]; then
|
if [ -z "$version" ] || [ "$ret" != "0" ] || [ "$version" -lt "897" ]; then
|
||||||
if [ -n "$version" ] && [ "$version" -lt "846" ]; then
|
if [ -n "$version" ] && [ "$version" -lt "897" ]; then
|
||||||
log 1 "checking grfcodec... needs at least version 5.1.3 (r846), disabled"
|
log 1 "checking grfcodec... needs at least version 5.1.4 (r897), disabled"
|
||||||
else
|
else
|
||||||
log 1 "checking grfcodec... not found"
|
log 1 "checking grfcodec... not found"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user