| 2091 | } |
| 2092 | |
| 2093 | void zNPCBalloonBoy::PlatAnimSet(en_BBOY_PLATANIM platanim) |
| 2094 | { |
| 2095 | F32 fvals[4] = { (F32)(platanim + 1), 0.0f, 0.0f, 0.0f }; |
| 2096 | if (this->plat_balloons != NULL) |
| 2097 | { |
| 2098 | zEntAnimEvent(this->plat_balloons, 0xC3, fvals); |
| 2099 | } |
| 2100 | } |
| 2101 | |
| 2102 | void zNPCBalloonBoy::PlatAnimSync() |
| 2103 | { |
no test coverage detected