mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-31 07:45:48 -04:00
some J3D/misc cleanup (#2628)
* some j3d cleanup * begin using uintptr_t * j3dgraphbase cleanup * j3dgraphanimator cleanup
This commit is contained in:
@@ -168,7 +168,7 @@ int daTbox2_c::create1st() {
|
||||
int daTbox2_c::demoProc() {
|
||||
static char* action_table[] = {"WAIT", "OPEN", "APPEAR", "OPEN_SHORT"};
|
||||
int act_idx =
|
||||
dComIfGp_evmng_getMyActIdx(mStaffIdx, action_table, ARRAY_SIZE(action_table), 0, 0);
|
||||
dComIfGp_evmng_getMyActIdx(mStaffIdx, action_table, ARRAY_SIZEU(action_table), 0, 0);
|
||||
|
||||
if (dComIfGp_evmng_getIsAddvance(mStaffIdx)) {
|
||||
switch (act_idx) {
|
||||
|
||||
Reference in New Issue
Block a user