Navigation Menu

Skip to content

Commit

Permalink
Reset the camera too
Browse files Browse the repository at this point in the history
  • Loading branch information
SupSuper committed Jul 12, 2017
1 parent 559e755 commit 7127fad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Battlescape/BattlescapeState.cpp
Expand Up @@ -521,6 +521,10 @@ void BattlescapeState::init()
}
if (_firstInit)
{
if (!playableUnitSelected())
{
selectNextPlayerUnit();
}
if (playableUnitSelected())
{
_battleGame->setupCursor();
Expand Down

0 comments on commit 7127fad

Please sign in to comment.