From 061e3371e860d498baf5eb85386fd638ab7f90f9 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Sun, 10 Sep 2023 12:20:13 -0600 Subject: Reinstalling linux again lol --- src/entity.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/entity.h') diff --git a/src/entity.h b/src/entity.h index 37b80a5..f67f091 100644 --- a/src/entity.h +++ b/src/entity.h @@ -13,10 +13,11 @@ enum { ENTITY_SERGENTE, ENTITY_MARESCIALLO, ENTITY_GENERALE, - ENTITY_MUSSOLINI + ENTITY_MUSSOLINI, + ENTITY_GUIDED_MISSILE }; -#define ENTITY_TYPE_COUNT 7 +#define ENTITY_TYPE_COUNT 8 typedef int8_t EntityType; typedef int16_t EntityId; // Id in world. -- cgit v1.2.3