Remove useless __pack__ on PlayerCfg

This commit is contained in:
Kp 2013-11-25 00:31:22 +00:00
parent 953a1888d7
commit 38e92ddce0

View file

@ -112,7 +112,7 @@ typedef struct player_config
ubyte CycleAutoselectOnly; ubyte CycleAutoselectOnly;
int AlphaEffects; int AlphaEffects;
int DynLightColor; int DynLightColor;
} __pack__ player_config; } player_config;
#endif #endif
extern struct player_config PlayerCfg; extern struct player_config PlayerCfg;