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

Method intro_AmigaTheOne

Source/Fodder.cpp:16827–16843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16825}
16826
16827void 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
16845int16 cFodder::ShowImage_ForDuration(const std::string& pFilename, uint16 pDuration, size_t pBackColor, bool pCanAbort) {
16846 bool DoBreak = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected