| 3847 | } |
| 3848 | |
| 3849 | void cFodder::Sprite_Map_Sound_Play(int16 &pData0) { |
| 3850 | |
| 3851 | mSoundEffectToPlay_Set = pData0; |
| 3852 | |
| 3853 | if (mSquad_Leader == INVALID_SPRITE_PTR) |
| 3854 | return; |
| 3855 | |
| 3856 | goto loc_14D66; |
| 3857 | //seg002:05B0 |
| 3858 | // UNUSED BLOCK |
| 3859 | |
| 3860 | loc_14D66:; |
| 3861 | mSoundEffectToPlay = mSoundEffectToPlay_Set; |
| 3862 | } |
| 3863 | |
| 3864 | void cFodder::Sound_Tick() { |
| 3865 | int16* a4 = mSound_Timer; |
nothing calls this directly
no outgoing calls
no test coverage detected