diff --git a/source/game/healthman.cpp b/source/game/healthman.cpp index eba8ebd92..92dc50d7c 100644 --- a/source/game/healthman.cpp +++ b/source/game/healthman.cpp @@ -13,6 +13,10 @@ #include "gfx\otpos.h" #include "game\healthman.h" +#ifndef __SAVE_SAVE_H__ +#include "save\save.h" +#endif + #include 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); } }