From 2ecf987dc665eff477fb03a0cef0b2972e4b78d2 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Wed, 22 Oct 2008 11:28:10 +0000 Subject: * Minor cleanup of SCons files - cleanup of boolean usage - use True and False now instead of 'true'/'false' or 0/1 - changed SConscripts accordingly --- source/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/SConscript') diff --git a/source/SConscript b/source/SConscript index ca264579f6e..9b497edd85a 100644 --- a/source/SConscript +++ b/source/SConscript @@ -4,7 +4,7 @@ Import ('env') SConscript(['blender/SConscript', 'kernel/SConscript', 'creator/SConscript']) -if env['WITH_BF_GAMEENGINE'] == 1: +if env['WITH_BF_GAMEENGINE']: SConscript (['gameengine/SConscript']) if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw'): -- cgit v1.2.3