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