diff options
| author | hev7 <143887945+hev7@users.noreply.github.com> | 2025-11-24 05:09:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-23 21:09:19 -0800 |
| commit | 6067c05f14e4f20f587c7051fe155d98efdc7f1d (patch) | |
| tree | e4bf8f2006c49704f7d3d8605e8fbca1a63388ed /include | |
| parent | 8d53f6dd591abb21e9474a5ad85ee19eb58f2e50 (diff) | |
Link npc_doc (#2851)
* Link npc_doc
* Remove changes causing regression in debug
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/actor/d_a_npc_doc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/actor/d_a_npc_doc.h b/include/d/actor/d_a_npc_doc.h index e6f1a49e31..c8ed81acae 100644 --- a/include/d/actor/d_a_npc_doc.h +++ b/include/d/actor/d_a_npc_doc.h @@ -107,7 +107,7 @@ public: int getOffHour() { u16 var_r31 = (u16)home.angle.z; var_r31 &= (u16)0x3E0; - var_r31 >>= 5; + var_r31 = var_r31 >> 5; if (var_r31 < 24) { return var_r31; |
