[Add] Oh, and the lack of them.

This commit is contained in:
Allanis 2013-07-23 21:00:30 +01:00
parent cf5f8c8c48
commit 23733b032f

View File

@ -235,6 +235,8 @@ static void map_update(void) {
strcat(buf, "Outfits\n"); strcat(buf, "Outfits\n");
if(services & PLANET_SERVICE_SHIPYARD) if(services & PLANET_SERVICE_SHIPYARD)
strcat(buf, "Shipyard\n"); strcat(buf, "Shipyard\n");
if(buf[0] == '\0')
strcat(buf, "None");
window_modifyText(map_wid, "txtServices", buf); window_modifyText(map_wid, "txtServices", buf);
/* System status. */ /* System status. */