Warp mouse to centre of galactic map upon start, to prevent scrolling.

This commit is contained in:
Steve 2015-12-14 08:32:59 +00:00
parent 1054fc1aa8
commit 1577907390
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ void initGalacticMap(void)
updateStarSystemMissions();
setMouse(SCREEN_WIDTH / 2, SCREEN_HEIGHT / 2);
endSectionTransition();
playMusic("music/Pressure.ogg");