changeset 593:8ef867ae88b9

.
author Nomad
date Wed, 06 Mar 2013 16:12:38 +0200
parents 96f48cfdd657
children badd65dff4e7
files Party.cpp Party.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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);