NULL initial selected star system, to eliminate info flicker.
This commit is contained in:
parent
449e60d71f
commit
27c5ee2489
|
@ -98,6 +98,8 @@ void initGalacticMap(void)
|
|||
pulseTimer = 0;
|
||||
|
||||
arrowPulse = 0;
|
||||
|
||||
selectedStarSystem = NULL;
|
||||
|
||||
/* clear the pulses */
|
||||
destroyGalacticMap();
|
||||
|
|
Loading…
Reference in New Issue