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:
parent
0704e38697
commit
fd99f0b9f3
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user