comparison UIHouses.cpp @ 785:a821bbace194

m
author Ritor1
date Sun, 24 Mar 2013 09:18:51 +0600
parents cf2fbac6edc9
children da80bd2922df
comparison
equal deleted inserted replaced
774:c319601893af 785:a821bbace194
563 //while ( 1 ) 563 //while ( 1 )
564 for (uint i = 0; i < 4; ++i) 564 for (uint i = 0; i < 4; ++i)
565 { 565 {
566 uint idx = byte_4F0E10[a1][i]; 566 uint idx = byte_4F0E10[a1][i];
567 //v3 = 8 * byte_4F0E10[a1][i]; 567 //v3 = 8 * byte_4F0E10[a1][i];
568 if (array_4F09B0[idx].pSchedule[pParty->uDaysPlayed % 7]) 568 if (travel_schedule[idx].pSchedule[pParty->uDaysPlayed % 7])
569 { 569 {
570 if (!array_4F09B0[idx].uQuestBit || _449B57_test_bit(pParty->_quest_bits, array_4F09B0[idx].uQuestBit)) 570 if (!travel_schedule[idx].uQuestBit || _449B57_test_bit(pParty->_quest_bits, travel_schedule[idx].uQuestBit))
571 return true; 571 return true;
572 } 572 }
573 //++v1; 573 //++v1;
574 //if ( v1 >= 4 ) 574 //if ( v1 >= 4 )
575 // return 0; 575 // return 0;