Fix building Hellfire with CLang
This commit is contained in:
parent
09a51aa300
commit
ac8a2a410e
2 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
DEVILUTION_BEGIN_NAMESPACE
|
||||
|
||||
static void PackItem(PkItemStruct *id, ItemStruct *is)
|
||||
void PackItem(PkItemStruct *id, ItemStruct *is)
|
||||
{
|
||||
if (is->_itype == ITYPE_NONE) {
|
||||
id->idx = 0xFFFF;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue