mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-28 23:39:41 +00:00
Merge pull request #2160 from Capostrophic/topicindex
Fix hiding three-column (Cyrillic) topic index
This commit is contained in:
commit
7566370981
1 changed files with 1 additions and 1 deletions
|
@ -554,7 +554,7 @@ namespace
|
|||
mQuestMode = true;
|
||||
|
||||
setVisible (LeftTopicIndex, false);
|
||||
setVisible (CenterTopicIndex, true);
|
||||
setVisible (CenterTopicIndex, false);
|
||||
setVisible (RightTopicIndex, false);
|
||||
setVisible (TopicsList, false);
|
||||
setVisible (QuestsList, true);
|
||||
|
|
Loading…
Reference in a new issue