Close button on mission dialog.

This commit is contained in:
Steve 2017-05-26 07:47:51 +01:00
parent e84e5f171a
commit fb3b866808
1 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,7 @@ void initGalacticMap(void)
initBackground();
getWidget("close", "starSystem")->action = resume;
startMissionButton = getWidget("startMission", "starSystem");
startMissionButton->action = startMission;
@ -762,6 +763,7 @@ static void handleMouse(void)
{
scrollingMap = 0;
}
setMouseCursor(app.mouse.button[SDL_BUTTON_LEFT] && show == SHOW_GALAXY);
}