Warp mouse to centre of galactic map upon start, to prevent scrolling.
This commit is contained in:
parent
1054fc1aa8
commit
1577907390
|
@ -105,6 +105,8 @@ void initGalacticMap(void)
|
|||
|
||||
updateStarSystemMissions();
|
||||
|
||||
setMouse(SCREEN_WIDTH / 2, SCREEN_HEIGHT / 2);
|
||||
|
||||
endSectionTransition();
|
||||
|
||||
playMusic("music/Pressure.ogg");
|
||||
|
|
Loading…
Reference in New Issue