mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
rename
This commit is contained in:
parent
66d81f790e
commit
528e4f2230
1 changed files with 2 additions and 2 deletions
|
|
@ -203,7 +203,7 @@ fn get_send_table(state: &ParserState, class: ClassId) -> Result<&SendTable> {
|
|||
fn get_entity_for_update(
|
||||
state: &ParserState,
|
||||
entity_index: EntityId,
|
||||
pvs: UpdateType,
|
||||
update_type: UpdateType,
|
||||
) -> Result<PacketEntity> {
|
||||
let class_id = *state
|
||||
.entity_classes
|
||||
|
|
@ -216,7 +216,7 @@ fn get_entity_for_update(
|
|||
baseline_props: vec![],
|
||||
props: Vec::with_capacity(8),
|
||||
in_pvs: false,
|
||||
update_type: pvs,
|
||||
update_type,
|
||||
serial_number: 0,
|
||||
delay: None,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue