diff options
| author | Howard Luck <pheenoh@gmail.com> | 2025-06-08 12:01:18 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-08 21:01:18 +0300 |
| commit | 5ec7e42c2d72601ba1852e044222282bdf259141 (patch) | |
| tree | edad5adbaa787aede7597b604cdf1be38ad1ab27 /include/SSystem | |
| parent | 1a7b14537c15fe1429fa924bd90f40a50db66dcd (diff) | |
d_a_npc_kn work (#2274)
* checkpoint
* checkpoint
* checkpoint
* checkpoint
* checkpoint
* fixups
* check
* fixes 2
* fixes 3
* fixes 4
* fixes 5
---------
Co-authored-by: pheenoh <pheenoh@macmini.local>
Co-authored-by: pheenoh <pheenoh@macmini.lan>
Diffstat (limited to 'include/SSystem')
| -rw-r--r-- | include/SSystem/SComponent/c_cc_d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SSystem/SComponent/c_cc_d.h b/include/SSystem/SComponent/c_cc_d.h index c8c413edc8..72c2f633a8 100644 --- a/include/SSystem/SComponent/c_cc_d.h +++ b/include/SSystem/SComponent/c_cc_d.h @@ -13,6 +13,7 @@ class fopAc_ac_c; enum CcG_Tg_HitMark { CcG_Tg_UNK_MARK_0 = 0, + CcG_Tg_UNK_MARK_1 = 1, CcG_Tg_UNK_MARK_2 = 2, CcG_Tg_UNK_MARK_3 = 3, CcG_Tg_UNK_MARK_6 = 6, |
