| 37 | #define RT_FLYING_FORWARD_MULTIPLIER 10 |
| 38 | |
| 39 | void RT_Precache( void ) |
| 40 | { |
| 41 | G_SoundIndex( "sound/chars/boba/bf_blast-off.wav" ); |
| 42 | G_SoundIndex( "sound/chars/boba/bf_jetpack_lp.wav" ); |
| 43 | G_SoundIndex( "sound/chars/boba/bf_land.wav" ); |
| 44 | G_EffectIndex( "rockettrooper/flameNEW" ); |
| 45 | G_EffectIndex( "rockettrooper/light_cone" );//extern this? At least use a different one |
| 46 | } |
| 47 | |
| 48 | extern void NPC_BehaviorSet_Stormtrooper( int bState ); |
| 49 | void RT_RunStormtrooperAI( void ) |
no test coverage detected