| 296 | } |
| 297 | |
| 298 | void cGraphics_Amiga::Load_pStuff() { |
| 299 | |
| 300 | mImagePStuff = DecodeIFF("pstuff.lbm"); |
| 301 | mImagePStuff.CopyPalette(mImageFonts.mPalette, 16); |
| 302 | mImageFonts = mImagePStuff; |
| 303 | } |
| 304 | |
| 305 | void cGraphics_Amiga::Load_Hill_Data() { |
| 306 |
nothing calls this directly
no test coverage detected