mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-12 23:21:43 +00:00
This commit is contained in:
parent
e987fe85d0
commit
eb81ab5b24
1 changed files with 4 additions and 2 deletions
|
@ -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…
Reference in a new issue