mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
ref/r_sprite: move dframetype to inner block
This commit is contained in:
@@ -144,7 +144,6 @@ void Mod_LoadSpriteModel( model_t *mod, const void *buffer, qboolean *loaded, ui
|
||||
const dsprite_t *pin;
|
||||
const short *numi = NULL;
|
||||
const byte *pframetype;
|
||||
dframetype_t dframetype;
|
||||
msprite_t *psprite;
|
||||
int i;
|
||||
|
||||
|
||||
@@ -143,7 +143,6 @@ void Mod_LoadSpriteModel( model_t *mod, const void *buffer, qboolean *loaded, ui
|
||||
const dsprite_t *pin;
|
||||
const short *numi = NULL;
|
||||
const byte *pframetype;
|
||||
dframetype_t dframetype;
|
||||
msprite_t *psprite;
|
||||
int i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user