From 27c5ee24897600de4fdb4ae7bbf78b5ac2a09884 Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 27 Apr 2016 17:39:52 +0100 Subject: [PATCH] NULL initial selected star system, to eliminate info flicker. --- src/galaxy/galacticMap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/galaxy/galacticMap.c b/src/galaxy/galacticMap.c index 183135f..fbbd8ac 100644 --- a/src/galaxy/galacticMap.c +++ b/src/galaxy/galacticMap.c @@ -98,6 +98,8 @@ void initGalacticMap(void) pulseTimer = 0; arrowPulse = 0; + + selectedStarSystem = NULL; /* clear the pulses */ destroyGalacticMap();