diff --git a/client/CPlayerInterface.cpp b/client/CPlayerInterface.cpp index 3d8f6aedf..a5e6f5534 100644 --- a/client/CPlayerInterface.cpp +++ b/client/CPlayerInterface.cpp @@ -2294,8 +2294,10 @@ void CPlayerInterface::acceptTurn() { adventureInt->select(heroToSelect, centerView); } - else + else if(towns.size()) adventureInt->select(towns.front(), centerView); + else + adventureInt->select(wanderingHeroes.front()); //show new day animation and sound on infobar adventureInt->infoBar.showDate();