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

Method Load_pStuff

Source/Amiga/Graphics_Amiga.cpp:298–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void cGraphics_Amiga::Load_pStuff() {
299
300 mImagePStuff = DecodeIFF("pstuff.lbm");
301 mImagePStuff.CopyPalette(mImageFonts.mPalette, 16);
302 mImageFonts = mImagePStuff;
303}
304
305void cGraphics_Amiga::Load_Hill_Data() {
306

Callers

nothing calls this directly

Calls 1

CopyPaletteMethod · 0.80

Tested by

no test coverage detected