Mercurial > mm7
diff Party.cpp @ 1793:4dee76d79c78
dword_5B65CC to npcIdToDismissAfterDialogue, Party::field_709 to Party::hirelingScrollPosition
author | Grumpy7 |
---|---|
date | Sun, 06 Oct 2013 09:19:12 +0200 |
parents | cecb080929c4 |
children | bdac32c645c5 |
line wrap: on
line diff
--- a/Party.cpp Thu Oct 03 09:35:51 2013 +0200 +++ b/Party.cpp Sun Oct 06 09:19:12 2013 +0200 @@ -355,7 +355,7 @@ pHireling1Name[0] = 0; pHireling2Name[0] = 0; - pParty->field_709 = 0; + pParty->hirelingScrollPosition = 0; memset(pHirelings, 0, 2 * sizeof(*pHirelings)); strcpy(this->pPlayers[0].pName, pGlobalTXT_LocalizationStrings[509]); //Zoltan @@ -1042,7 +1042,7 @@ Assert(sizeof(NPCData) == 0x4C); memset(hireling, 0, sizeof(*hireling)); - pParty->field_709 = 0; + pParty->hirelingScrollPosition = 0; pParty->CountHirelings(); viewparams->bRedrawGameUI = true; }