From c160543a7982a62062aae978da08e4f18ae1e712 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Thu, 14 Sep 2023 20:09:12 -0600 Subject: Missile worky worky --- src/assets.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/assets.h') diff --git a/src/assets.h b/src/assets.h index 63839ee..ed842a6 100644 --- a/src/assets.h +++ b/src/assets.h @@ -6,7 +6,7 @@ #define ASSET_PATH_MAX 255 #define TEXTURE_ASSET_COUNT 3 -#define MODEL_ASSET_COUNT 8 +#define MODEL_ASSET_COUNT 9 // Paths to assets. extern const char textureAssetPaths[TEXTURE_ASSET_COUNT][ASSET_PATH_MAX]; @@ -30,7 +30,8 @@ enum { MARESCIALLO_ASSET, GENERALE_ASSET, MUSSOLINI_ASSET, - GUIDED_MISSILE_ASSET + GUIDED_MISSILE_ASSET, + MISSILE_ASSET }; typedef struct Assets { -- cgit v1.2.3