mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
Rearrange 'struct hicreplc_t' members so that no padding is inserted on x64.
git-svn-id: https://svn.eduke32.com/eduke32@2282 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
143ec24cb4
commit
98ffd6f00c
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@ struct hicskybox_t {
|
|||
|
||||
typedef struct hicreplc_t {
|
||||
struct hicreplc_t *next;
|
||||
char palnum, ignore, flags, filler;
|
||||
char *filename;
|
||||
float alphacut, xscale, yscale, specpower, specfactor;
|
||||
struct hicskybox_t *skybox;
|
||||
char palnum, ignore, flags, filler;
|
||||
float alphacut, xscale, yscale, specpower, specfactor;
|
||||
} hicreplctyp;
|
||||
|
||||
extern palette_t hictinting[MAXPALOOKUPS];
|
||||
|
|
Loading…
Reference in a new issue