mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: fix skewed ping calculation, drop --debug-all-servers
This commit is contained in:
2
wscript
2
wscript
@@ -173,7 +173,6 @@ def options(opt):
|
||||
help = 'disables rpath, duh!')
|
||||
|
||||
# a1ba: special option for me
|
||||
grp.add_option('--debug-all-servers', action='store_true', dest='ALL_SERVERS', default=False, help='')
|
||||
grp.add_option('--enable-msvcdeps', action='store_true', dest='MSVCDEPS', default=False, help='')
|
||||
grp.add_option('--enable-wafcache', action='store_true', dest='WAFCACHE', default=False, help='')
|
||||
|
||||
@@ -445,7 +444,6 @@ def configure(conf):
|
||||
|
||||
conf.env.GAMEDIR = conf.options.GAMEDIR
|
||||
conf.define('XASH_GAMEDIR', conf.options.GAMEDIR)
|
||||
conf.define_cond('XASH_ALL_SERVERS', conf.options.ALL_SERVERS)
|
||||
|
||||
if conf.env.DEST_OS == 'nswitch':
|
||||
conf.check_cfg(package='solder', args='--cflags --libs', uselib_store='SOLDER')
|
||||
|
||||
Reference in New Issue
Block a user