diff options
| author | Carco_21 <144170194+carter-ktb21@users.noreply.github.com> | 2025-08-29 15:40:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-29 22:40:14 +0300 |
| commit | 179189c7580df49185ef67b71a355ca386d93536 (patch) | |
| tree | 710b25640bd6741d84cc85293355fca74ac02e63 /src/d/actor/d_a_e_gi.cpp | |
| parent | 6313a96d499510d2b551fd56d6f3e38529af00d0 (diff) | |
d_a_npc_kasi_hana, mich, and kyu work (#2610)
* equivalent
* kasi_mng_c work
* class work and create function work
* kasi_mng_c is matching
* little more work
* almost matching
* enums defined
* kasi_hana almost matching
* more mich work
* mich almost matching
* kyu almost matching
* potentially fixed issue
* Now maybe good?
* Should be fixed now
* PR Cleanup
Diffstat (limited to 'src/d/actor/d_a_e_gi.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_gi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_e_gi.cpp b/src/d/actor/d_a_e_gi.cpp index 6892e38446..192a583520 100644 --- a/src/d/actor/d_a_e_gi.cpp +++ b/src/d/actor/d_a_e_gi.cpp @@ -1099,7 +1099,7 @@ int daE_GI_c::create() { health = 240; field_0x560 = 240; - mCcStts.Init(254, 0, this); + mCcStts.Init(0xFE, 0, this); mCcSph[0].Set(cc_gi_src); mCcSph[0].SetStts(&mCcStts); |
