diff options
| author | YunataSavior <58997725+YunataSavior@users.noreply.github.com> | 2025-11-09 01:20:24 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-09 11:20:24 +0200 |
| commit | e49519229cd6b3974739f6e789f3bccb7ef302a3 (patch) | |
| tree | d2b017a78ae25987c100d7459b68afd911ec4e22 /include | |
| parent | 72cb2950a0d8218eb791e3c5eeeaf2acd28e66e6 (diff) | |
Link obj_web0, obj_picture, npc_zrz (#2784)
* Link obj_web0
* Link npc_zrz
* Link obj_picture
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/actor/d_a_obj_picture.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/d/actor/d_a_obj_picture.h b/include/d/actor/d_a_obj_picture.h index 7403821644..02ae88e9c8 100644 --- a/include/d/actor/d_a_obj_picture.h +++ b/include/d/actor/d_a_obj_picture.h @@ -36,7 +36,13 @@ public: int getArg_0() { return fopAcM_GetParamBit(this, 0, 4); } int getSW_0() { return fopAcM_GetParamBit(this, 4, 8); } +#if DEBUG + const +#endif static dCcD_SrcCps s_CcDCps; +#if DEBUG + const +#endif static dCcD_SrcCyl s_CcDCyl_pic_at; private: |
