| 1016 | } |
| 1017 | |
| 1018 | void zPlatform_Move(xEnt* entPlat, xScene* s, F32 dt, xEntFrame* frame) |
| 1019 | { |
| 1020 | zPlatform* plat = (zPlatform*)entPlat; |
| 1021 | xEntMotionMove(&plat->motion, s, dt, frame); |
| 1022 | xEntDriveUpdate(&plat->drv, s, dt, NULL); |
| 1023 | } |
| 1024 | |
| 1025 | void zPlatform_Shake(zPlatform* plat, F32 _unused, F32 ampl, F32 freq) |
| 1026 | { |
nothing calls this directly
no test coverage detected