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

Method Map_Load_Resources

Source/Amiga/Graphics_Amiga.cpp:901–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899}
900
901void 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
911void cGraphics_Amiga::Video_Draw_8(cSurface* pTarget, const uint8* RowPallete) {
912 if (!pTarget)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected