engine: client: fix demo playback on ARM
This commit is contained in:
parent
82697ca2a9
commit
86d823b877
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@ const char *demo_cmd[dem_lastcmd+1] =
|
||||||
"dem_stop",
|
"dem_stop",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#pragma pack( push, 1 )
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
int id; // should be IDEM
|
int id; // should be IDEM
|
||||||
|
@ -62,6 +63,7 @@ typedef struct
|
||||||
char gamedir[64]; // name of game directory (FS_Gamedir())
|
char gamedir[64]; // name of game directory (FS_Gamedir())
|
||||||
int directory_offset; // offset of Entry Directory.
|
int directory_offset; // offset of Entry Directory.
|
||||||
} demoheader_t;
|
} demoheader_t;
|
||||||
|
#pragma pack( pop )
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue