Changeset - r18803:3d6d5b37b3d4
[Not reviewed]
master
0 1 0
peter1138 - 13 years ago 2011-12-23 08:57:24
peter1138@openttd.org
(svn r23661) -Fix (r23438): Remaining parts of configuration were skipped when grfcodec/nforenum were not usable.
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -944,13 +944,11 @@ check_params() {
 
	if [ -z "$grfcodec" ] && [ -n "$nforenum" ]; then
 
		log 1 "checking nforenum/grfcodec... nforenum needs grfcodec enabled, disabling nforenum"
 
		nforenum=""
 
		return 0
 
	fi
 

	
 
	if [ -z "$nforenum" ] && [ -n "$grfcodec" ]; then
 
		log 1 "checking nforenum/grfcodec... grfcodec needs nforenum enabled, disabling grfcodec"
 
		grfcodec=""
 
		return 0
 
	fi
 

	
 
	if [ "$os" = "DOS" ]; then
0 comments (0 inline, 0 general)