MCPcopy Create free account
hub / github.com/doldecomp/mkdd / flushMessage

Function flushMessage

libs/JSystem/JUtility/JUTAssert.cpp:39–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void flushMessage()
40 {
41 if (flush_subroutine() && sVisible == true)
42 {
43 JUTDirectPrint *manager = JUTDirectPrint::getManager();
44 JUtility::TColor color = manager->getCharColor();
45 manager->setCharColor(JUtility::TColor(255, 200, 200, 255));
46 manager->drawString(16, 16, sMessageFileLine);
47 manager->drawString(16, 24, sMessageString);
48 manager->setCharColor(color);
49 }
50 }
51
52 void flushMessage_dbPrint()
53 {

Callers 1

callDirectDrawFunction · 0.85

Calls 5

flush_subroutineFunction · 0.85
TColorClass · 0.85
getCharColorMethod · 0.80
setCharColorMethod · 0.45
drawStringMethod · 0.45

Tested by

no test coverage detected