engine: client: fix demo playback on ARM

This commit is contained in:
Alibek Omarov 2019-05-28 03:45:02 +03:00
parent 82697ca2a9
commit 86d823b877
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ const char *demo_cmd[dem_lastcmd+1] =
"dem_stop",
};
#pragma pack( push, 1 )
typedef struct
{
int id; // should be IDEM
@ -62,6 +63,7 @@ typedef struct
char gamedir[64]; // name of game directory (FS_Gamedir())
int directory_offset; // offset of Entry Directory.
} demoheader_t;
#pragma pack( pop )
typedef struct
{