mirror of
https://github.com/zeldaret/tp
synced 2026-07-03 13:00:34 -04:00
some J3D/misc cleanup (#2628)
* some j3d cleanup * begin using uintptr_t * j3dgraphbase cleanup * j3dgraphanimator cleanup
This commit is contained in:
@@ -944,7 +944,7 @@ void daObjKGate_c::demoProc() {
|
||||
int daObjKGate_c::getDemoAction() {
|
||||
static char* action_table[] = {"WAIT", "ADJUSTMENT", "UNLOCK", "OPEN"};
|
||||
|
||||
return dComIfGp_evmng_getMyActIdx(mStaffID, action_table, ARRAY_SIZE(action_table), 0, 0);
|
||||
return dComIfGp_evmng_getMyActIdx(mStaffID, action_table, ARRAY_SIZEU(action_table), 0, 0);
|
||||
}
|
||||
|
||||
/* 8058A550-8058A5B8 002550 0068+00 1/0 0/0 0/0 .text Execute__12daObjKGate_cFPPA3_A4_f
|
||||
|
||||
Reference in New Issue
Block a user