| 63 | } |
| 64 | |
| 65 | S32 xGoalGeneric::Resume(F32 dt, void* updCtxt) |
| 66 | { |
| 67 | if (this->fun_resume) |
| 68 | { |
| 69 | return this->fun_resume(this, this->usrData, dt, updCtxt); |
| 70 | } |
| 71 | |
| 72 | return xGoal::Resume(dt, updCtxt); |
| 73 | } |
| 74 | |
| 75 | S32 xGoalGeneric::SysEvent(xBase* from, xBase* to, U32 toEvent, const F32* toParam, |
| 76 | xBase* toParamWidget, S32* handled) |