Skip to content

Commit

Permalink
Added missing "select landing site message"
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Ziegenhagel committed Jun 3, 2016
1 parent 2587be8 commit 21c79f2
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,11 @@ void cWindowLandingPositionSelection::unlockBack()
//------------------------------------------------------------------------------
void cWindowLandingPositionSelection::handleActivated (cApplication& application, bool firstTime)
{
if (firstTime) cSoundDevice::getInstance().playVoice (getRandom (VoiceData.VOILanding));
if (firstTime)
{
cSoundDevice::getInstance().playVoice (getRandom (VoiceData.VOILanding));
setInfoMessage (lngPack.i18n ("Text~Comp~Landing_Select"));
}
application.addRunnable (animationTimer);
cWindow::handleActivated (application, firstTime);
if (firstTime) opened();
Expand Down

0 comments on commit 21c79f2

Please sign in to comment.