diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |