mirror of
https://github.com/nzp-team/glquake.git
synced 2025-03-13 14:13:09 +00:00
Add dummy iframetime for QC parity
This commit is contained in:
parent
d2e27d27c7
commit
0eec42ed8c
2 changed files with 2 additions and 0 deletions
|
@ -99,6 +99,7 @@ typedef struct
|
|||
string_t model;
|
||||
float frame;
|
||||
float skin;
|
||||
float iframetime;
|
||||
float effects;
|
||||
vec3_t mins;
|
||||
vec3_t maxs;
|
||||
|
|
|
@ -70,6 +70,7 @@ typedef struct entity_s
|
|||
byte *colormap;
|
||||
int effects; // light, particals, etc
|
||||
int skinnum; // for Alias models
|
||||
int iframetime; // dummy for dquake parity
|
||||
int visframe; // last frame this entity was
|
||||
// found in an active leaf
|
||||
|
||||
|
|
Loading…
Reference in a new issue