changeset 18813:30501e938dc0 draft

(svn r23661) -Fix (r23438): Remaining parts of configuration were skipped when grfcodec/nforenum were not usable.
author peter1138 <peter1138@openttd.org>
date Fri, 23 Dec 2011 08:57:24 +0000
parents 3058b1981286
children 659944ed2f74
files config.lib
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config.lib
+++ b/config.lib
@@ -944,13 +944,11 @@
 	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