diff options
Diffstat (limited to 'src/dyetool')
-rw-r--r-- | src/dyetool/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dyetool/client.cpp b/src/dyetool/client.cpp index d03616888..b7ffd63ed 100644 --- a/src/dyetool/client.cpp +++ b/src/dyetool/client.cpp @@ -295,7 +295,7 @@ void Client::gameInit() // emoteShortcut = new EmoteShortcut; // dropShortcut = new DropShortcut; - gui = new Gui(); + gui = new Gui; gui->postInit(mainGraphics); dialogsManager = new DialogsManager; popupManager = new PopupManager; |