1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Quest Log: decrease number of displayed quests

New graphics only have 6 slots
This commit is contained in:
ArseniyShestakov 2015-02-14 01:34:53 +03:00
parent 0704e38697
commit fd99f0b9f3

View File

@ -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
{