| 3767 | } |
| 3768 | |
| 3769 | void cFodder::Phase_TextSprite_Create_GameOver(sSprite* pData2C) { |
| 3770 | Phase_TextSprite_Prepare(pData2C); |
| 3771 | pData2C->field_8 = 0xC1; |
| 3772 | pData2C->field_18 = eSprite_Text_GameOver; |
| 3773 | |
| 3774 | if (!mStartParams->mDisableSound) |
| 3775 | Music_Play(8); |
| 3776 | } |
| 3777 | |
| 3778 | void cFodder::Mouse_DrawCursor() { |
| 3779 | if (mParams->mDisableVideo) |
nothing calls this directly
no outgoing calls
no test coverage detected