diff Party.cpp @ 134:1c6d36681f7f

Margaret
author Ritor1
date Mon, 11 Feb 2013 23:18:44 +0600
parents 1c471f3629fb
children 541f3df0aa55
line wrap: on
line diff
--- a/Party.cpp	Mon Feb 11 22:56:43 2013 +0600
+++ b/Party.cpp	Mon Feb 11 23:18:44 2013 +0600
@@ -303,6 +303,7 @@
 
   pHireling1Name[0] = 0;
   pHireling2Name[0] = 0;
+  pParty->field_709 = 0;
   memset(pHirelings, 0, 2 * sizeof(*pHirelings));
 
   strcpy(this->pPlayers[0].pName, pGlobalTXT_LocalizationStrings[509]); //Zoltan
@@ -989,7 +990,7 @@
       memset(hireling, 0, sizeof(*hireling));
 
       pParty->field_709 = 0;
-      sub_44A56A();//Ritor1: it's temporarily
+      sub_44A56A();
       viewparams->bRedrawGameUI = 1;
     }
   }