mirror of
https://github.com/w23/xash3d-fwgs
synced 2024-12-15 21:50:59 +01:00
engine: client: fix demo playback on ARM
This commit is contained in:
parent
82697ca2a9
commit
86d823b877
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user