forked from mirror/openmw-tes3mp
This commit is contained in:
parent
e987fe85d0
commit
eb81ab5b24
1 changed files with 4 additions and 2 deletions
|
@ -1955,12 +1955,14 @@ namespace MWGui
|
||||||
|
|
||||||
void WindowManager::cycleSpell(bool next)
|
void WindowManager::cycleSpell(bool next)
|
||||||
{
|
{
|
||||||
mSpellWindow->cycle(next);
|
if (!isGuiMode())
|
||||||
|
mSpellWindow->cycle(next);
|
||||||
}
|
}
|
||||||
|
|
||||||
void WindowManager::cycleWeapon(bool next)
|
void WindowManager::cycleWeapon(bool next)
|
||||||
{
|
{
|
||||||
mInventoryWindow->cycle(next);
|
if (!isGuiMode())
|
||||||
|
mInventoryWindow->cycle(next);
|
||||||
}
|
}
|
||||||
|
|
||||||
void WindowManager::setConsoleSelectedObject(const MWWorld::Ptr &object)
|
void WindowManager::setConsoleSelectedObject(const MWWorld::Ptr &object)
|
||||||
|
|
Loading…
Reference in a new issue