mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 03:00:38 +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 {
|
typedef struct hicreplc_t {
|
||||||
struct hicreplc_t *next;
|
struct hicreplc_t *next;
|
||||||
char palnum, ignore, flags, filler;
|
|
||||||
char *filename;
|
char *filename;
|
||||||
float alphacut, xscale, yscale, specpower, specfactor;
|
|
||||||
struct hicskybox_t *skybox;
|
struct hicskybox_t *skybox;
|
||||||
|
char palnum, ignore, flags, filler;
|
||||||
|
float alphacut, xscale, yscale, specpower, specfactor;
|
||||||
} hicreplctyp;
|
} hicreplctyp;
|
||||||
|
|
||||||
extern palette_t hictinting[MAXPALOOKUPS];
|
extern palette_t hictinting[MAXPALOOKUPS];
|
||||||
|
|
Loading…
Reference in a new issue