mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-27 15:20:25 +00:00
8 lines
90 B
C++
8 lines
90 B
C++
#include "chunk.h"
|
|
|
|
|
|
void Chunk_MakeItemDisappear(CItem* item)
|
|
{
|
|
item->mFlags |= 0x21;
|
|
}
|