Removed entityexists

This commit is contained in:
unknown 2024-09-04 00:07:33 +02:00
parent 8a118ad4d9
commit caebd1970f
2 changed files with 0 additions and 2 deletions

View file

@ -1326,7 +1326,6 @@ void CInput::CreateMove ( int sequence_number, float input_sample_frametime, boo
cmd->simulationdata[pEntity->index].sim_time = pEntity->m_flInterpolatedSimulationTime;
cmd->simulationdata[pEntity->index].anim_time = pEntity->m_flAnimTime;
cmd->simulationdata[pEntity->index].entityexists = true;
}
#ifdef CSTRIKE_DLL

View file

@ -43,7 +43,6 @@ struct SimulationData
// anim time is unreliable on low fps.
float sim_time;
float anim_time;
bool entityexists;
};
class CEntityGroundContact