summaryrefslogtreecommitdiff
path: root/include/m_actor.h
diff options
context:
space:
mode:
authorPrakxo <87568477+Prakxo@users.noreply.github.com>2023-11-23 18:03:30 +0100
committerGitHub <noreply@github.com>2023-11-23 10:03:30 -0700
commite1fcb33cef0b8e58ce3cecc2977921e685f129ba (patch)
tree2bdf6a246b02e0863efb24925293d916174e58bc /include/m_actor.h
parentbd8169465a20a324436c4ead9a750d869a17131b (diff)
The NPC PR 3/3 OK (#119)
* npc werk * atleast it builds * m_npc OK * forgor format * review * format * fix warns?
Diffstat (limited to 'include/m_actor.h')
-rw-r--r--include/m_actor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_actor.h b/include/m_actor.h
index 1293e10..1c08512 100644
--- a/include/m_actor.h
+++ b/include/m_actor.h
@@ -41,6 +41,7 @@ typedef enum ActorFootIndex {
// TODO: figure out if those values make sense as an enum or if they should be changed to defines
typedef enum FgNameF000 {
/* 0x0 */ FGNAME_F000_0 = 0x0,
+ /* 0x0 */ FGNAME_F000_1 = 0x1,
/* 0x5 */ FGNAME_F000_5 = 0x5,
/* 0x8 */ FGNAME_F000_8 = 0x8,
/* 0xD */ FGNAME_F000_D = 0xD,