Disables weapon and spells cycling in GUI mode (bugs #2409, #2483, #2645)

pull/186/head
Andrei Kortunov 8 years ago
parent e987fe85d0
commit eb81ab5b24

@ -1955,11 +1955,13 @@ namespace MWGui
void WindowManager::cycleSpell(bool next)
{
if (!isGuiMode())
mSpellWindow->cycle(next);
}
void WindowManager::cycleWeapon(bool next)
{
if (!isGuiMode())
mInventoryWindow->cycle(next);
}

Loading…
Cancel
Save