diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index 0457271b5..99f33b7f2 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -262,7 +262,8 @@ static void createGuiWindows() CREATEWIDGETV(dropShortcutWindow, ShortcutWindow, "DropShortcut", new VirtShortcutContainer(nullptr, dropShortcut), - "drops.xml"); + "drops.xml", + 0, 0); CREATEWIDGETV(spellShortcutWindow, ShortcutWindow, "SpellShortcut", "spells.xml", |