diff UI/UIShops.cpp @ 1827:0c75c3e7e436

cleaned up part of party.cpp, renamed byte_AE3368 to playerAlreadyPicked + 3 vars after it, moved them to party.cpp, some player.cpp bugfixes
author Grumpy7
date Fri, 11 Oct 2013 05:49:39 +0200
parents 24e756a50073
children 211dfe2d8db1
line wrap: on
line diff
--- a/UI/UIShops.cpp	Wed Oct 09 09:08:15 2013 +0200
+++ b/UI/UIShops.cpp	Fri Oct 11 05:49:39 2013 +0200
@@ -1649,7 +1649,7 @@
       a3 = 0;
       if ( pMapStats->GetMapInfo(pCurrentMapName) )
         a3 = pMapStats->pInfos[pMapStats->GetMapInfo(pCurrentMapName)]._steal_perm;
-      party_reputation = GetPartyReputation();
+      party_reputation = pParty->GetPartyReputation();
       if (pPlayers[uActiveCharacter]->CanSteal())
       {
         if ( GetAsyncKeyState(VK_CONTROL) )