Equivalent: sda relocation scheduling
| 2135 | |
| 2136 | // Equivalent: sda relocation scheduling |
| 2137 | static U32 StopLCopterCB(xAnimTransition*, xAnimSingle*, void* data) |
| 2138 | { |
| 2139 | zEntPlayer_SNDStop(ePlayerSnd_Heli); |
| 2140 | idle_tmr = 0.0f; |
| 2141 | sLassoInfo->copterTime = -1.0f; |
| 2142 | sLassoInfo->canCopter = 0; |
| 2143 | sLasso->flags = 0; |
| 2144 | return 0; |
| 2145 | } |
| 2146 | |
| 2147 | // Equivalent: static initializer scheduling (probably sda relocations?) |
| 2148 | static void DoWallJumpCheck() |
no test coverage detected