| 4119 | } |
| 4120 | |
| 4121 | static S32 BoulderVEventCB(xBase* from, xBase* to, U32 toEvent, const F32* toParam, |
| 4122 | xBase* toParamWidget) |
| 4123 | { |
| 4124 | if (toEvent == eEventKill || toEvent == eEventHit) |
| 4125 | { |
| 4126 | boulderRollShouldEnd = 1; |
| 4127 | } |
| 4128 | |
| 4129 | return xEntBoulderEventCB(from, to, toEvent, toParam, toParamWidget); |
| 4130 | } |
| 4131 | |
| 4132 | static void zEntPlayer_BoulderVehicleRender(zEnt* ent) |
| 4133 | { |
nothing calls this directly
no test coverage detected