| 2759 | } |
| 2760 | |
| 2761 | void cFodder::Phase_Show_TryAgain() { |
| 2762 | |
| 2763 | Sprite_Destroy(&mSprites[40]); |
| 2764 | |
| 2765 | Phase_TextSprite_Create_Try(&mSprites[41]); |
| 2766 | Phase_TextSprite_Create_Again(&mSprites[42]); |
| 2767 | |
| 2768 | if (!mStartParams->mDisableSound) |
| 2769 | Music_Play(0x0F); |
| 2770 | Music_SetFullVolume(); |
| 2771 | } |
| 2772 | |
| 2773 | void cFodder::Phase_TextSprite_Create_Try(sSprite* pData2C) { |
| 2774 | Phase_TextSprite_Prepare(pData2C); |
nothing calls this directly
no outgoing calls
no test coverage detected