summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_e_po.cpp
diff options
context:
space:
mode:
authorkipcode66 <kipcode66@gmail.com>2025-12-22 05:20:08 -0500
committerGitHub <noreply@github.com>2025-12-22 02:20:08 -0800
commit47ac1d4a4cbc5a6835c80d80e7756d6b4a6cd0a6 (patch)
tree555fb336b8cc397e259582340c3a95d843a4add6 /src/d/actor/d_a_e_po.cpp
parent4045f16667fe6903243801e1155d086ae8df27b1 (diff)
4th round of standard compiler fixes (#2984)
* 4th round of standard compiler fixes * use of fpcM_ERROR_PROCESS_ID_e in gWolfBustersID
Diffstat (limited to 'src/d/actor/d_a_e_po.cpp')
-rw-r--r--src/d/actor/d_a_e_po.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_e_po.cpp b/src/d/actor/d_a_e_po.cpp
index 7e0e1c5b77..d8fa2eb877 100644
--- a/src/d/actor/d_a_e_po.cpp
+++ b/src/d/actor/d_a_e_po.cpp
@@ -1,5 +1,5 @@
/**
-* @file d_a_e_po.cpp
+ * @file d_a_e_po.cpp
*
*/
@@ -1706,8 +1706,8 @@ static void e_po_holl_demo(e_po_class* i_this) {
};
static s16 mKAngInit_dt[4] = {
0x0000,
- 0x8000,
- 0x8000,
+ -0x8000,
+ -0x8000,
0x0000,
};