Skip to content

Commit

Permalink
Remove unused msprite_t members
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-drexler committed Nov 9, 2024
1 parent 4a41a7e commit 322733f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Quake/gl_model.c
Original file line number Diff line number Diff line change
Expand Up @@ -3508,7 +3508,6 @@ static void Mod_LoadSpriteModel (qmodel_t *mod, void *buffer)
psprite->type = LittleLong (pin->type);
psprite->maxwidth = LittleLong (pin->width);
psprite->maxheight = LittleLong (pin->height);
psprite->beamlength = LittleFloat (pin->beamlength);
mod->synctype = (synctype_t) LittleLong (pin->synctype);
psprite->numframes = numframes;

Expand Down
2 changes: 0 additions & 2 deletions Quake/gl_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,6 @@ typedef struct
int maxwidth;
int maxheight;
int numframes;
float beamlength; // remove?
void *cachespot; // remove?
mspriteframedesc_t frames[1];
} msprite_t;

Expand Down

0 comments on commit 322733f

Please sign in to comment.