Skip to content

Commit 734ebbb

Browse files
committed
rebase
1 parent 59c760a commit 734ebbb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/client/game_formspec.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,8 @@ bool GameFormSpec::handleCallbacks()
487487
}
488488

489489
if (g_gamecallback->keyconfig_requested) {
490-
(void)make_irr<GUIKeyChangeMenu>(client, guienv, &input->joystick,
491-
texture_src, sound_manager.get(), client->getFormspecPrepend());
490+
(void)make_irr<GUIKeyChangeMenu>(m_client, guienv, &m_input->joystick,
491+
texture_src, m_client->getSoundManager(), m_client->getFormspecPrepend());
492492
g_gamecallback->keyconfig_requested = false;
493493
}
494494

src/gui/guiKeyChangeMenu.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include "guiFormSpecMenu.h"
1010
#include "mainmenumanager.h"
11+
#include "settings.h"
1112
#include "client/client.h"
1213
#include "client/keycode.h"
1314
#include <string>

0 commit comments

Comments
 (0)