mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 15:28:38 -04:00
d_a_door_push OK (#1959)
* work on d_a_push_door * d_a_door_push OK * remove unused asm
This commit is contained in:
@@ -3082,6 +3082,10 @@ inline int dComIfGp_evmng_getMySubstanceNum(int index, char* name) {
|
||||
return dComIfGp_getPEvtManager()->getMySubstanceNum(index, name);
|
||||
}
|
||||
|
||||
inline void dComIfGp_evmng_setGoal(cXyz* i_goal) {
|
||||
dComIfGp_getPEvtManager()->setGoal(i_goal);
|
||||
}
|
||||
|
||||
inline BOOL dComIfGp_evmng_ChkPresentEnd() {
|
||||
return dComIfGp_getPEvtManager()->ChkPresentEnd();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user