diff --git a/polymer/eduke32/build/include/hightile.h b/polymer/eduke32/build/include/hightile.h index ff0f57a0c..0d6ec01fe 100644 --- a/polymer/eduke32/build/include/hightile.h +++ b/polymer/eduke32/build/include/hightile.h @@ -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];