diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-10 12:20:13 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-09-10 12:20:13 -0600 |
commit | 061e3371e860d498baf5eb85386fd638ab7f90f9 (patch) | |
tree | e7e45636e190517496dbe616cd1d3081e9fe23d5 /src/entity.h | |
parent | 989621071dc8ce292ca8c985cfed887c88f121ce (diff) |
Reinstalling linux again lol
Diffstat (limited to 'src/entity.h')
-rw-r--r-- | src/entity.h | 5 |
1 files changed, 3 insertions, 2 deletions
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. |