| 899 | } |
| 900 | |
| 901 | void cGraphics_Amiga::Map_Load_Resources() { |
| 902 | mFodder->mFilenameCopt += ".lbm"; |
| 903 | mFodder->mFilenameArmy += ".lbm"; |
| 904 | |
| 905 | mSpriteSheet_InGame2 = DecodeIFF(mFodder->mFilenameCopt); |
| 906 | mSpriteSheet_InGame1 = DecodeIFF(mFodder->mFilenameArmy); |
| 907 | |
| 908 | SetActiveSpriteSheet(eGFX_IN_GAME); |
| 909 | } |
| 910 | |
| 911 | void cGraphics_Amiga::Video_Draw_8(cSurface* pTarget, const uint8* RowPallete) { |
| 912 | if (!pTarget) |
nothing calls this directly
no outgoing calls
no test coverage detected