From 623d67999a96178da30cab427a2c675c1eccd2d0 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Fri, 20 Jan 2017 13:51:14 +0100 Subject: added more courtroom structure --- aoapplication.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'aoapplication.cpp') diff --git a/aoapplication.cpp b/aoapplication.cpp index 87525a80..70aeb152 100644 --- a/aoapplication.cpp +++ b/aoapplication.cpp @@ -28,6 +28,8 @@ void AOApplication::construct_lobby() w_lobby = new Lobby(this); lobby_constructed = true; + + w_lobby->show(); } void AOApplication::destruct_lobby() -- cgit