diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2024-11-14 22:41:18 -0500 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2024-11-14 22:41:18 -0500 |
| commit | fea7ebb5c8ef576bd7bee495f7f3aa61f0d10a82 (patch) | |
| tree | 4ed5c58b75769cc92a3d8c8a096ddfd808c1de16 /include/d/a/d_a_player.h | |
| parent | 0f17d7c40ec92db19190de3c61fead7c6338dc83 (diff) | |
fix dAcNpcSltk_c::executeState_Wait regswap
Diffstat (limited to 'include/d/a/d_a_player.h')
| -rw-r--r-- | include/d/a/d_a_player.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/d/a/d_a_player.h b/include/d/a/d_a_player.h index 22036a63..a82fb862 100644 --- a/include/d/a/d_a_player.h +++ b/include/d/a/d_a_player.h @@ -253,5 +253,8 @@ public: return (mActionFlagsCont & mask) != 0; } + static const dAcPy_c *GetLink() { + return LINK; + } static dAcPy_c *LINK; }; |
