diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-08-28 03:49:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-28 13:49:24 +0300 |
| commit | 5ce5bf20cc7107511468f68c7542eddf9c1a91dd (patch) | |
| tree | 829ec3a68df9bca10f06b3e9b4da9a1789766323 /src/d/actor/d_a_npc_gwolf.cpp | |
| parent | 956e84b0e7090fde541f25319d0255c45b657b39 (diff) | |
npc_kn mostly done (#2609)
* npc_kn mostly done
* fix shieldD
* pr fixes
* weak func fixes
Diffstat (limited to 'src/d/actor/d_a_npc_gwolf.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_gwolf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_gwolf.cpp b/src/d/actor/d_a_npc_gwolf.cpp index 5828b38b57..b7f20e9b7f 100644 --- a/src/d/actor/d_a_npc_gwolf.cpp +++ b/src/d/actor/d_a_npc_gwolf.cpp @@ -1288,7 +1288,7 @@ void daNpc_GWolf_c::setExpression(int param_0, f32 param_1) { } /* 809F4BBC-809F4DE8 001BFC 022C+00 2/0 0/0 0/0 .text setMotionAnm__13daNpc_GWolf_cFif */ -bool daNpc_GWolf_c::setMotionAnm(int param_0, f32 param_1) { +void daNpc_GWolf_c::setMotionAnm(int param_0, f32 param_1) { // NONMATCHING } |
