Explorar el Código

Quest Log: decrease number of displayed quests

New graphics only have 6 slots
ArseniyShestakov hace 10 años
padre
commit
fd99f0b9f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      client/windows/CQuestLog.h

+ 1 - 1
client/windows/CQuestLog.h

@@ -30,7 +30,7 @@ class CSlider;
 class CLabel;
 struct QuestInfo;
 
-const int QUEST_COUNT = 9;
+const int QUEST_COUNT = 6;
 
 class CQuestLabel : public LRClickableAreaWText, public CMultiLineLabel
 {