From 8319916c8521b2611d8b877167c3fb612c22b37d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 Oct 2013 11:59:13 +0300 Subject: move virtual member calls from emotewindow constuctor into postInit. --- src/game.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 61fa1dddf..7b65147e4 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -206,6 +206,7 @@ static void createGuiWindows() // Create dialogs emoteWindow = new EmoteWindow; + emoteWindow->postInit(); chatWindow = new ChatWindow; chatWindow->postInit(); tradeWindow = new TradeWindow; -- cgit v1.2.3-70-g09d2