mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-19 07:01:09 +00:00
we really do not need to pack the GAMEOPTIONS struct...
This commit is contained in:
parent
0c397033f1
commit
74f6ff0c03
1 changed files with 0 additions and 4 deletions
|
@ -29,8 +29,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
BEGIN_BLD_NS
|
||||
|
||||
|
||||
#pragma pack(push, 1)
|
||||
|
||||
enum EGameFlag
|
||||
{
|
||||
GF_AdvanceLevel = 1,
|
||||
|
@ -55,8 +53,6 @@ struct GAMEOPTIONS {
|
|||
bool bKeepKeysOnRespawn;
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
extern GAMEOPTIONS gSingleGameOptions;
|
||||
extern GAMEOPTIONS gGameOptions;
|
||||
extern int gSkill;
|
||||
|
|
Loading…
Reference in a new issue