From 81f2dd194777c11a5e37bf167fe8bdeecc84455f Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 28 Mar 2016 11:46:20 +0100 Subject: [PATCH] Stray revert compile fix. --- src/battle/capitalShips.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/battle/capitalShips.c b/src/battle/capitalShips.c index d358713..5c524e9 100644 --- a/src/battle/capitalShips.c +++ b/src/battle/capitalShips.c @@ -555,7 +555,6 @@ static void loadEngines(Entity *parent, cJSON *engines) } } -void updateCapitalShipComponentProperties(Entity *parent) void updateCapitalShipComponentProperties(Entity *parent, long flags, int addFlags) { Entity *e; @@ -670,7 +669,6 @@ void loadCapitalShips(cJSON *node) } } - updateCapitalShipComponentProperties(e); updateCapitalShipComponentProperties(e, flags, addFlags); }