# HG changeset patch # User Nomad # Date 1362579158 -7200 # Node ID 8ef867ae88b9451149925b3ffdec592f7c9b6b88 # Parent 96f48cfdd657419271363495fbebb6a83eaab97d . diff -r 96f48cfdd657 -r 8ef867ae88b9 Party.cpp --- a/Party.cpp Wed Mar 06 15:55:35 2013 +0200 +++ b/Party.cpp Wed Mar 06 16:12:38 2013 +0200 @@ -198,7 +198,7 @@ //----- (00492AD5) -------------------------------------------------------- -__int16 Party::SetFood(unsigned int uNumFood) +void Party::SetFood(unsigned int uNumFood) { pUIAnim_Food->uAnimTime = 0; pParty->uNumFoodRations = uNumFood; diff -r 96f48cfdd657 -r 8ef867ae88b9 Party.h --- a/Party.h Wed Mar 06 15:55:35 2013 +0200 +++ b/Party.h Wed Mar 06 16:12:38 2013 +0200 @@ -180,7 +180,7 @@ static void SetGold(unsigned int uNumGold); static void TakeGold(unsigned int uNumGold); - static __int16 SetFood(unsigned int uNumFood); + static void SetFood(unsigned int uNumFood); static void TakeFood(unsigned int uNumFood); static void GiveFood(unsigned int _this);