MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Phase_Show_TryAgain

Method Phase_Show_TryAgain

Source/Fodder.cpp:2761–2771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2759}
2760
2761void 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
2773void cFodder::Phase_TextSprite_Create_Try(sSprite* pData2C) {
2774 Phase_TextSprite_Prepare(pData2C);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected