NULL initial selected star system, to eliminate info flicker.

This commit is contained in:
Steve 2016-04-27 17:39:52 +01:00
parent 449e60d71f
commit 27c5ee2489
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ void initGalacticMap(void)
pulseTimer = 0;
arrowPulse = 0;
selectedStarSystem = NULL;
/* clear the pulses */
destroyGalacticMap();