This commit is contained in:
Paul 2001-08-02 16:31:56 +00:00
parent 1e15c16571
commit c7237d9e0c

View File

@ -13,6 +13,10 @@
#include "gfx\otpos.h"
#include "game\healthman.h"
#ifndef __SAVE_SAVE_H__
#include "save\save.h"
#endif
#include <sprites.h>
CHealthManager::sItemTable CHealthManager::ItemTable[]=
@ -137,6 +141,7 @@ sItem *item=ItemList;
{
item->Life=0;
Player->addSpatula(item->Count);
CSoundMediator::playSfx(CSoundMediator::SFX_ITEM__ANY_OTHER_ITEM);
}
}