Mercurial > mm7
comparison mm7_4.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 | bdac32c645c5 |
children | 35c1e4ff6ba7 |
comparison
equal
deleted
inserted
replaced
1826:bdac32c645c5 | 1827:0c75c3e7e436 |
---|---|
1886 strcat(pTmpBuf2.data(), pText); | 1886 strcat(pTmpBuf2.data(), pText); |
1887 dst = strlen(pTmpBuf2.data()); | 1887 dst = strlen(pTmpBuf2.data()); |
1888 i += 2; | 1888 i += 2; |
1889 break; | 1889 break; |
1890 case 11: | 1890 case 11: |
1891 pReputation = GetPartyReputation(); | 1891 pReputation = pParty->GetPartyReputation(); |
1892 if ( pReputation >= 25 ) | 1892 if ( pReputation >= 25 ) |
1893 pText = pGlobalTXT_LocalizationStrings[379]; | 1893 pText = pGlobalTXT_LocalizationStrings[379]; |
1894 else//v25 < 25 | 1894 else//v25 < 25 |
1895 { | 1895 { |
1896 if ( pReputation < 6 ) | 1896 if ( pReputation < 6 ) |