Stray revert compile fix.

This commit is contained in:
Steve 2016-03-28 11:46:20 +01:00
parent 45d9d2a00d
commit 81f2dd1947
1 changed files with 0 additions and 2 deletions

View File

@ -555,7 +555,6 @@ static void loadEngines(Entity *parent, cJSON *engines)
} }
} }
void updateCapitalShipComponentProperties(Entity *parent)
void updateCapitalShipComponentProperties(Entity *parent, long flags, int addFlags) void updateCapitalShipComponentProperties(Entity *parent, long flags, int addFlags)
{ {
Entity *e; Entity *e;
@ -670,7 +669,6 @@ void loadCapitalShips(cJSON *node)
} }
} }
updateCapitalShipComponentProperties(e);
updateCapitalShipComponentProperties(e, flags, addFlags); updateCapitalShipComponentProperties(e, flags, addFlags);
} }