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

Method Load_pStuff

Source/Amiga/Graphics_Amiga2.cpp:158–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 return Image;
157}
158void cGraphics_Amiga2::Load_pStuff() {
159
160 mImagePStuff = GetImage("PSTUFF", 0x00);
161 mImagePStuff.CopyPalette(mImageFonts.mPalette, 16);
162
163 mImageFonts = mImagePStuff;
164}
165
166void cGraphics_Amiga2::Load_Service_Data() {
167

Callers

nothing calls this directly

Calls 1

CopyPaletteMethod · 0.80

Tested by

no test coverage detected