engine: fix skewed ping calculation, drop --debug-all-servers

This commit is contained in:
Alibek Omarov
2026-06-07 03:17:45 +05:00
parent 7db12ade3a
commit 2d39a7fa24
4 changed files with 22 additions and 9 deletions

View File

@@ -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')