diff options
| author | iamgoofball <iamgoofball@gmail.com> | 2019-01-23 07:35:29 -0800 |
|---|---|---|
| committer | iamgoofball <iamgoofball@gmail.com> | 2019-01-23 07:35:29 -0800 |
| commit | 0649e7b28e16a054072d8656a5046c7cc3cfefb6 (patch) | |
| tree | ae5a5e0bf48a6b588314e337f36d8c1e9164a316 /src/main.cpp | |
| parent | f9406d0a7f2363843d9d7c09a9e8d3422c967a64 (diff) | |
Case Announcer: Witness Support also some other shit
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 80ea93bb..5aae5c6e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -18,7 +18,7 @@ int main(int argc, char *argv[]) AOApplication main_app(argc, argv); main_app.construct_lobby(); - main_app.net_manager->connect_to_master(); main_app.w_lobby->show(); + main_app.net_manager->connect_to_master(); return main_app.exec(); } |
