Disable weapons and spells cycling in GUI mode
@ -1955,11 +1955,13 @@ namespace MWGui
void WindowManager::cycleSpell(bool next)
{
if (!isGuiMode())
mSpellWindow->cycle(next);
}
void WindowManager::cycleWeapon(bool next)
mInventoryWindow->cycle(next);