Fix building Hellfire with CLang

This commit is contained in:
Anders Jenbo 2020-10-19 06:33:17 +02:00
commit ac8a2a410e
2 changed files with 5 additions and 5 deletions

View file

@ -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;