mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +00:00
- fixed bad #pragma pack combination in hqnx_asm_Image.h
This commit is contained in:
parent
09e40840b5
commit
5b201287fa
1 changed files with 1 additions and 1 deletions
|
@ -147,6 +147,6 @@ class CImage
|
|||
char m_cBuf[32768];
|
||||
};
|
||||
|
||||
#pragma pack(8)
|
||||
#pragma pack()
|
||||
|
||||
}
|
Loading…
Reference in a new issue