diff UIHouses.cpp @ 785:a821bbace194

m
author Ritor1
date Sun, 24 Mar 2013 09:18:51 +0600
parents cf2fbac6edc9
children da80bd2922df
line wrap: on
line diff
--- a/UIHouses.cpp	Sun Mar 24 00:32:13 2013 +0600
+++ b/UIHouses.cpp	Sun Mar 24 09:18:51 2013 +0600
@@ -565,9 +565,9 @@
   {
     uint idx = byte_4F0E10[a1][i];
     //v3 = 8 * byte_4F0E10[a1][i];
-    if (array_4F09B0[idx].pSchedule[pParty->uDaysPlayed % 7])
+    if (travel_schedule[idx].pSchedule[pParty->uDaysPlayed % 7])
     {
-      if (!array_4F09B0[idx].uQuestBit || _449B57_test_bit(pParty->_quest_bits, array_4F09B0[idx].uQuestBit))
+      if (!travel_schedule[idx].uQuestBit || _449B57_test_bit(pParty->_quest_bits, travel_schedule[idx].uQuestBit))
         return true;
     }
     //++v1;