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