comparison Party.cpp @ 659:c10163a6d946

NPC hiring fixed
author zipi
date Tue, 12 Mar 2013 23:11:11 +0000
parents 6a2d29c21d09
children a464d28566a6
comparison
equal deleted inserted replaced
658:cec42951eda0 659:c10163a6d946
972 972
973 assert(sizeof(NPCData) == 0x4C); 973 assert(sizeof(NPCData) == 0x4C);
974 memset(hireling, 0, sizeof(*hireling)); 974 memset(hireling, 0, sizeof(*hireling));
975 975
976 pParty->field_709 = 0; 976 pParty->field_709 = 0;
977 sub_44A56A(); 977 Party__CountHirelings();
978 viewparams->bRedrawGameUI = 1; 978 viewparams->bRedrawGameUI = 1;
979 } 979 }
980 } 980 }
981 } 981 }
982 982