d_a_passer_mng OK (#2885)

This commit is contained in:
LagoLunatic
2025-11-28 14:29:09 -05:00
committed by GitHub
parent ff550da0b2
commit c974c979ee
3 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
#define D_A_PASSER_MNG_H
#include "SSystem/SComponent/c_lib.h"
#include "d/d_kankyo.h"
#include "f_op/f_op_actor_mng.h"
class dPath;
@@ -28,7 +29,7 @@ public:
u8 getIntervalTime() { return fopAcM_GetParam(this) >> 24; }
int getStartTime() { return (fopAcM_GetParam(this) >> 8) & 0xff; }
u8 getEndTime() { return (fopAcM_GetParam(this) >> 16) & 0xff; }
u8 getMaxNum() { return shape_angle.x; }
u8 getMaxNum() { return shape_angle.x & 0xFF; }
u8 getGroupNo() { return (shape_angle.x >> 8) & 0xff; }
int getTimeHour() {