From c7237d9e0c4ff92fe2ef0a332e77e0d755e52c5d Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 2 Aug 2001 16:31:56 +0000 Subject: [PATCH] --- source/game/healthman.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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); } }