mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Change large spellbook config section to gameTweaks
This commit is contained in:
@@ -97,13 +97,13 @@ public:
|
||||
} spellsorter;
|
||||
|
||||
CSpellWindow::CSpellWindow(const CGHeroInstance * _myHero, CPlayerInterface * _myInt, bool openOnBattleSpells):
|
||||
CWindowObject(PLAYER_COLORED | (settings["general"]["enableLargeSpellbook"].Bool() ? BORDERED : 0)),
|
||||
CWindowObject(PLAYER_COLORED | (settings["gameTweaks"]["enableLargeSpellbook"].Bool() ? BORDERED : 0)),
|
||||
battleSpellsOnly(openOnBattleSpells),
|
||||
selectedTab(4),
|
||||
currentPage(0),
|
||||
myHero(_myHero),
|
||||
myInt(_myInt),
|
||||
isBigSpellbook(settings["general"]["enableLargeSpellbook"].Bool()),
|
||||
isBigSpellbook(settings["gameTweaks"]["enableLargeSpellbook"].Bool()),
|
||||
spellsPerPage(24),
|
||||
offL(-11),
|
||||
offR(195),
|
||||
|
||||
Reference in New Issue
Block a user