diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-01-23 18:46:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-23 18:46:49 +0100 |
| commit | ea9ba4526dc313a61682ec41b3b052019051545e (patch) | |
| tree | 328b9baa8b44fa62a7b63ca9dd8a2111cbd6c088 /aoapplication.cpp | |
| parent | ccc62647b3ed2df4a650c8aa7ae9d8e43b5dfae1 (diff) | |
| parent | 6b85266e869630fd642476dfd05627109b2cc7e3 (diff) | |
Merge pull request #1 from OmniTroid/master
¯\_(ツ)_/¯
Diffstat (limited to 'aoapplication.cpp')
| -rw-r--r-- | aoapplication.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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() |
