comparison mm7_4.cpp @ 916:897b10712a1a

UIShop_Buy_Identify_Repair little clean and rename
author Ritor1
date Thu, 25 Apr 2013 17:37:00 +0600
parents becbb0b11b7d
children ae9e2a339b09
comparison
equal deleted inserted replaced
915:9efbe4bff7ac 916:897b10712a1a
3766 { 3766 {
3767 if ( a5 == 5 ) 3767 if ( a5 == 5 )
3768 { 3768 {
3769 v32 = *v26; 3769 v32 = *v26;
3770 v33 = a3->GetValue(); 3770 v33 = a3->GetValue();
3771 v29 = pPlayer->_4B81C3(v33, v32); 3771 v29 = pPlayer->GetPriceRepair(v33, v32);
3772 } 3772 }
3773 else 3773 else
3774 { 3774 {
3775 if ( a5 == 6 ) 3775 if ( a5 == 6 )
3776 { 3776 {
3790 goto _continue_strcat; 3790 goto _continue_strcat;
3791 } 3791 }
3792 v34 = *v26; 3792 v34 = *v26;
3793 3793
3794 v48 = v34; 3794 v48 = v34;
3795 v29 = pPlayer->_4B8179(v48); 3795 v29 = pPlayer->GetPriceIdentification(v48);
3796 goto _continue_sprintf; 3796 goto _continue_sprintf;
3797 } 3797 }
3798 3798
3799 case 28: 3799 case 28:
3800 { 3800 {
3806 case 29: 3806 case 29:
3807 { 3807 {
3808 //v34 = p2DEvents_minus1__20[13 * (signed int)a4]; 3808 //v34 = p2DEvents_minus1__20[13 * (signed int)a4];
3809 v34 = p2DEvents[(signed int)a4 - 1].fPriceMultiplier; 3809 v34 = p2DEvents[(signed int)a4 - 1].fPriceMultiplier;
3810 v48 = v34; 3810 v48 = v34;
3811 v29 = pPlayer->_4B8179(v48); 3811 v29 = pPlayer->GetPriceIdentification(v48);
3812 goto _continue_sprintf; 3812 goto _continue_sprintf;
3813 } 3813 }
3814 3814
3815 case 30: 3815 case 30:
3816 { 3816 {