| 16825 | } |
| 16826 | |
| 16827 | void cFodder::intro_AmigaTheOne() { |
| 16828 | static bool ShownWarning = false; |
| 16829 | |
| 16830 | if (!ShownWarning) { |
| 16831 | ShownWarning = true; |
| 16832 | ShowImage_ForDuration("PRETENTIOUS1", 0x60, 3, false); |
| 16833 | } |
| 16834 | |
| 16835 | if (ShowImage_ForDuration("sensprod.lbm", 0x60)) |
| 16836 | return; |
| 16837 | |
| 16838 | if (ShowImage_ForDuration("virgpres.lbm", 0x60)) |
| 16839 | return; |
| 16840 | |
| 16841 | if (ShowImage_ForDuration("cftitle.lbm", 0x100)) |
| 16842 | return; |
| 16843 | } |
| 16844 | |
| 16845 | int16 cFodder::ShowImage_ForDuration(const std::string& pFilename, uint16 pDuration, size_t pBackColor, bool pCanAbort) { |
| 16846 | bool DoBreak = false; |
nothing calls this directly
no outgoing calls
no test coverage detected