From e779e35c2405549e15bc64822dc3f696ff4357f5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 19 Oct 2013 14:50:37 +0300 Subject: move virtual member calls from whoisonline constructor 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 d9b4cd271..262d1bb69 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -261,6 +261,7 @@ static void createGuiWindows() botCheckerWindow = new BotCheckerWindow; whoIsOnline = new WhoIsOnline; + whoIsOnline->postInit(); killStats = new KillStats; socialWindow = new SocialWindow; socialWindow->postInit(); -- cgit v1.2.3-60-g2f50