From 4f0818b7bfb58ad9298b6b32f8cb36ae06748ea7 Mon Sep 17 00:00:00 2001 From: s1lentq Date: Thu, 7 Dec 2023 03:35:25 +0700 Subject: [PATCH] delta.lst maximum entity_state_t::body value raised --- dist/delta.lst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/delta.lst b/dist/delta.lst index a68c975c..150d1c3e 100644 --- a/dist/delta.lst +++ b/dist/delta.lst @@ -108,7 +108,7 @@ entity_state_t gamedll Entity_Encode DEFINE_DELTA( controller[3], DT_BYTE, 8, 1.0 ), DEFINE_DELTA( blending[0], DT_BYTE, 8, 1.0 ), DEFINE_DELTA( blending[1], DT_BYTE, 8, 1.0 ), - DEFINE_DELTA( body, DT_INTEGER, 8, 1.0 ), + DEFINE_DELTA( body, DT_INTEGER, 18, 1.0 ), DEFINE_DELTA( rendermode, DT_INTEGER, 8, 1.0 ), DEFINE_DELTA( renderamt, DT_INTEGER, 8, 1.0 ), DEFINE_DELTA( renderfx, DT_INTEGER, 8, 1.0 ), @@ -159,7 +159,7 @@ entity_state_player_t gamedll Player_Encode DEFINE_DELTA( controller[3], DT_BYTE, 8, 1.0 ), DEFINE_DELTA( blending[0], DT_BYTE, 8, 1.0 ), DEFINE_DELTA( blending[1], DT_BYTE, 8, 1.0 ), - DEFINE_DELTA( body, DT_INTEGER, 8, 1.0 ), + DEFINE_DELTA( body, DT_INTEGER, 9, 1.0 ), DEFINE_DELTA( rendermode, DT_INTEGER, 8, 1.0 ), DEFINE_DELTA( renderamt, DT_INTEGER, 8, 1.0 ), DEFINE_DELTA( renderfx, DT_INTEGER, 8, 1.0 ),