Skip to content

Commit

Permalink
UI|Client: Launching directly into game keeps Home offscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 27, 2016
1 parent 9e51ab2 commit 71d38ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doomsday/apps/client/src/dd_main.cpp
Expand Up @@ -120,6 +120,7 @@
# include "ui/busyvisual.h"
# include "ui/sys_input.h"
# include "ui/widgets/taskbarwidget.h"
# include "ui/home/homewidget.h"

# include "updater.h"
# include "updater/downloaddialog.h"
Expand Down Expand Up @@ -1026,6 +1027,9 @@ static void initialize()
}

// Begin the game session.
#ifdef __CLIENT__
ClientWindow::main().home().moveOffscreen(0.0);
#endif
DoomsdayApp::app().changeGame(*game, DD_ActivateGameWorker);
}
#ifdef __SERVER__
Expand Down

0 comments on commit 71d38ca

Please sign in to comment.