diff options
Diffstat (limited to 'src/d/actor/d_a_cc.cpp')
| -rw-r--r-- | src/d/actor/d_a_cc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_cc.cpp b/src/d/actor/d_a_cc.cpp index a0028881..76b69ccd 100644 --- a/src/d/actor/d_a_cc.cpp +++ b/src/d/actor/d_a_cc.cpp @@ -23,7 +23,7 @@ static u8 DEMO_COME_START_FLAG; static u8 DEMO_RET_START_FLAG; static u8 DEMO_SHORT_CUT_FLAG; static fopAc_ac_c* target_info[10]; -static s32 target_info_count; +static int target_info_count; /* 00000078-000002AC .text nodeCallBack__FP7J3DNodei */ static BOOL nodeCallBack(J3DNode* node, int calcTiming) { |
