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

Method Map_Load_Resources

Source/Amiga/Graphics_Amiga2.cpp:33–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void cGraphics_Amiga2::Map_Load_Resources() {
34
35 mSpriteSheet_InGame2 = GetImage(mFodder->mFilenameCopt, 0 );
36 mSpriteSheet_InGame1 = GetImage(mFodder->mFilenameArmy, 0 );
37
38 mSpriteSheet_InGame2.mDimension.mHeight = 0x151;
39 mSpriteSheet_InGame1.mDimension.mHeight = 0x150;
40
41 SetActiveSpriteSheet(eGFX_IN_GAME);
42}
43
44void cGraphics_Amiga2::Mission_Intro_Load_Resources(const eTileTypes pTileset) {
45

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected