wscript: Fix compilation.

This commit is contained in:
Andrey Akhmichin 2020-08-09 22:23:16 +05:00
parent 8e4ded4017
commit d7509365f0
1 changed files with 4 additions and 4 deletions

View File

@ -271,10 +271,10 @@ def configure(conf):
conf.env.cxxshlib_PATTERN = conf.env.cxxshlib_PATTERN[3:]
conf.define('CLIENT_WEAPONS', '1')
conf.define('CROWBAR_IDLE_ANIM', '0')
conf.define('CROWBAR_DELAY_FIX', '0')
conf.define('CROWBAR_FIX_RAPID_CROWBAR', '0')
conf.define('GAUSS_OVERCHARGE_FIX', '0')
conf.define('CROWBAR_IDLE_ANIM', False)
conf.define('CROWBAR_DELAY_FIX', False)
conf.define('CROWBAR_FIX_RAPID_CROWBAR', False)
conf.define('GAUSS_OVERCHARGE_FIX', False)
if conf.env.DEST_OS == 'android' or conf.options.ENABLE_MOD_HACKS:
conf.define('MOBILE_HACKS', '1')