diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-29 16:28:38 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-29 16:28:38 -0500 |
| commit | e47938b60dfd62c8060675ee441547becbbbb800 (patch) | |
| tree | e29ed6a7b04e308f5e8d0d42cf3f095cde207bec /include/d/actor/d_a_obj_search.h | |
| parent | 533cd90a5fc209043b0b3f766b867698c1973909 (diff) | |
d_a_bk work
Diffstat (limited to 'include/d/actor/d_a_obj_search.h')
| -rw-r--r-- | include/d/actor/d_a_obj_search.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/d/actor/d_a_obj_search.h b/include/d/actor/d_a_obj_search.h index 051bb5b0..13557849 100644 --- a/include/d/actor/d_a_obj_search.h +++ b/include/d/actor/d_a_obj_search.h @@ -13,7 +13,7 @@ namespace daObj_Search { }; static bool getFindFlag() { return m_find_flag == true; } - void setFindFlag(bool flag) { m_find_flag = flag; } + static void setFindFlag(bool flag) { m_find_flag = flag; } static bool m_find_flag; @@ -66,6 +66,8 @@ namespace daObj_Search { public: /* Place member variables here */ + /* 0x290 */ u8 m290[0x664 - 0x290]; + /* 0x664 */ u8 m664; }; class Bgc_c { |
