From 5322d978519f9d5677d2096e1167439c84b23cd1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 25 Feb 2011 01:20:00 +0200 Subject: Add tabs to spells window. Now it 5 tabs. Also dont save to configs default cell items for different item containers. --- src/game.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 4726d2f96..fe459f804 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -210,9 +210,15 @@ static void createGuiWindows() specialsWindow = new SpecialsWindow(); dropShortcutWindow = new ShortcutWindow("DropShortcut", new DropShortcutContainer); + spellShortcutWindow = new ShortcutWindow("SpellShortcut", - new SpellShortcutContainer, - 265, 310); + 265, 328); + for (int f = 0; f < SPELL_SHORTCUT_TABS; f ++) + { + spellShortcutWindow->addTab(toString(f + 1), + new SpellShortcutContainer(f)); + } + botCheckerWindow = new BotCheckerWindow(); whoIsOnline = new WhoIsOnline(); killStats = new KillStats; -- cgit v1.2.3-70-g09d2