[Add] Oh, and the lack of them.
This commit is contained in:
parent
cf5f8c8c48
commit
23733b032f
@ -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. */
|
||||||
|
Loading…
Reference in New Issue
Block a user