From a63bcf0a10e71b701cf0ecc38a50ec29bddac3f3 Mon Sep 17 00:00:00 2001 From: s1lentq Date: Thu, 7 Dec 2023 04:06:46 +0700 Subject: [PATCH] delta.lst adjust premultiply for clientdata_t::origin --- dist/delta.lst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/delta.lst b/dist/delta.lst index 46daba6f5..7da4af32a 100644 --- a/dist/delta.lst +++ b/dist/delta.lst @@ -6,14 +6,14 @@ clientdata_t none { DEFINE_DELTA( flTimeStepSound, DT_INTEGER, 10, 1.0 ), - DEFINE_DELTA( origin[0], DT_SIGNED | DT_FLOAT, 24, 32.0 ), - DEFINE_DELTA( origin[1], DT_SIGNED | DT_FLOAT, 24, 32.0 ), + DEFINE_DELTA( origin[0], DT_SIGNED | DT_FLOAT, 24, 1024.0 ), + DEFINE_DELTA( origin[1], DT_SIGNED | DT_FLOAT, 24, 1024.0 ), DEFINE_DELTA( velocity[0], DT_SIGNED | DT_FLOAT, 16, 8.0 ), DEFINE_DELTA( velocity[1], DT_SIGNED | DT_FLOAT, 16, 8.0 ), DEFINE_DELTA( m_flNextAttack, DT_FLOAT | DT_SIGNED, 22, 1000.0 ), - DEFINE_DELTA( origin[2], DT_SIGNED | DT_FLOAT, 24, 32.0 ), + DEFINE_DELTA( origin[2], DT_SIGNED | DT_FLOAT, 24, 1024.0 ), DEFINE_DELTA( velocity[2], DT_SIGNED | DT_FLOAT, 16, 8.0 ), DEFINE_DELTA( ammo_nails, DT_SIGNED | DT_INTEGER, 10, 1.0 ),