From 23733b032f31c706de51e4c681f6d435504cb7f2 Mon Sep 17 00:00:00 2001 From: Allanis <allanis@saracraft.net> Date: Tue, 23 Jul 2013 21:00:30 +0100 Subject: [PATCH] [Add] Oh, and the lack of them. --- src/map.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/map.c b/src/map.c index 1c40f0f..e54b286 100644 --- a/src/map.c +++ b/src/map.c @@ -235,6 +235,8 @@ static void map_update(void) { strcat(buf, "Outfits\n"); if(services & PLANET_SERVICE_SHIPYARD) strcat(buf, "Shipyard\n"); + if(buf[0] == '\0') + strcat(buf, "None"); window_modifyText(map_wid, "txtServices", buf); /* System status. */