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

Method Load_Sprite_Font

Source/PC/Graphics_PC.cpp:187–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void cGraphics_PC::Load_Sprite_Font() {
188
189 mImageFonts = Decode_Image("font.dat", 0x10, 0xA000, 0xD0);
190
191 SetActiveSpriteSheet( eGFX_FONT );
192}
193
194void cGraphics_PC::Load_Hill_Data() {
195

Callers 3

VersionSwitchMethod · 0.45
intro_PlayMethod · 0.45
intro_RetailMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected