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

Method cGraphics_PC

Source/PC/Graphics_PC.cpp:64–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62};
63
64cGraphics_PC::cGraphics_PC() : cGraphics() {
65
66 mMission_Intro_DrawX = 0;
67 mMission_Intro_DrawY = 0;
68 mRecruitDestY = mRecruitDestX = 0;
69 dword_44A3E = 0;
70 memset(mTile_Gfx_Ptrs, 0, 480);
71}
72
73cGraphics_PC::~cGraphics_PC() {
74

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected