Don't show health over capital ship.

This commit is contained in:
Steve 2016-04-27 09:49:56 +01:00
parent 9276b9e887
commit cafe45bbd5
1 changed files with 1 additions and 0 deletions

View File

@ -386,6 +386,7 @@ static void loadCapitalShipDef(char *filename)
e->texture = getTexture(cJSON_GetObjectItem(root, "texture")->valuestring);
e->speed = 1;
e->systemPower = MAX_SYSTEM_POWER;
e->flags = EF_NO_HEALTH_BAR;
e->action = think;
e->die = die;