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

Method PaletteBriefingSet

Source/Amiga/Graphics_Amiga.cpp:504–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504void cGraphics_Amiga::PaletteBriefingSet() {
505
506 mSurface->paletteSet(mImageMissionIntro.mPalette, 0, 0xFF);
507 mSurface->paletteSet(mImageFonts.mPalette, 0xF0, 16);
508}
509
510void cGraphics_Amiga::PaletteSet(cSurface* pTarget) {
511 if (!pTarget)

Callers

nothing calls this directly

Calls 1

paletteSetMethod · 0.80

Tested by

no test coverage detected