Skip to content

Commit

Permalink
delta.lst maximum entity_state_player_t::effects value raised
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Dec 6, 2023
1 parent 4f0818b commit 59362ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/delta.lst
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ entity_state_player_t gamedll Player_Encode
// DEFINE_DELTA( team, DT_INTEGER, 4, 1.0 )
// DEFINE_DELTA( playerclass, DT_INTEGER, 4, 1.0 )
DEFINE_DELTA( owner, DT_INTEGER, 5, 1.0 ),
DEFINE_DELTA( effects, DT_INTEGER, 8, 1.0 ),
DEFINE_DELTA( effects, DT_INTEGER, 16, 1.0 ),
DEFINE_DELTA( angles[2], DT_ANGLE, 16, 1.0 ),
DEFINE_DELTA( colormap, DT_INTEGER, 16, 1.0 ),
DEFINE_DELTA( framerate, DT_SIGNED | DT_FLOAT, 8, 16.0 ),
Expand Down

0 comments on commit 59362ec

Please sign in to comment.