diff --git a/data/missions/clarke/02 - clarke defence #2.json b/data/missions/clarke/02 - clarke defence #2.json index d46e5b5..3b65c3d 100644 --- a/data/missions/clarke/02 - clarke defence #2.json +++ b/data/missions/clarke/02 - clarke defence #2.json @@ -47,7 +47,7 @@ }, { "name" : "ALLIES", - "types" : "Khepri", + "types" : "Lynx", "side" : "SIDE_ALLIES", "x" : 45, "y" : 45, diff --git a/gfx/fighters/khepri.png b/gfx/fighters/khepri.png index d3494ce..e583c9e 100644 Binary files a/gfx/fighters/khepri.png and b/gfx/fighters/khepri.png differ diff --git a/src/game/title.c b/src/game/title.c index a3165d1..ec7c434 100644 --- a/src/game/title.c +++ b/src/game/title.c @@ -40,7 +40,7 @@ static SDL_Texture *pandoranWar; static SDL_Texture *earthTexture; static PointF earth; static Entity fighters[NUM_FIGHTERS]; -static const char *fighterTextures[] = {"gfx/fighters/firefly.png", "gfx/fighters/hammerhead.png", "gfx/fighters/hyena.png", "gfx/fighters/khepri.png", "gfx/fighters/kingfisher.png", "gfx/fighters/leopard.png", "gfx/fighters/nymph.png", "gfx/fighters/ray.png", "gfx/fighters/rook.png", "gfx/fighters/taf.png"}; +static const char *fighterTextures[] = {"gfx/fighters/firefly.png", "gfx/fighters/hammerhead.png", "gfx/fighters/hyena.png", "gfx/fighters/lynx.png", "gfx/fighters/kingfisher.png", "gfx/fighters/leopard.png", "gfx/fighters/nymph.png", "gfx/fighters/ray.png", "gfx/fighters/rook.png", "gfx/fighters/taf.png"}; static int show; void initTitle(void)