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:
Trueffel
2023-10-10 22:43:24 +02:00
committed by GitHub
parent 3fa422caac
commit c5b54dd7ec
35 changed files with 408 additions and 1872 deletions
+4
View File
@@ -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();
}