mirror of
https://github.com/jummy0/sb2-decomp
synced 2025-03-15 04:24:48 +01:00
removed (some) debug text
This commit is contained in:
parent
ae16984db4
commit
892a13335e
@ -2529,14 +2529,6 @@ BOOL CEvent::DrawButtons()
|
|||||||
|
|
||||||
PutTextInputBox({ 320, 232 });
|
PutTextInputBox({ 320, 232 });
|
||||||
}
|
}
|
||||||
|
|
||||||
// TEMP DEBUG
|
|
||||||
char str[50];
|
|
||||||
sprintf(str, "m_rankCheat %d (%s)", m_rankCheat, m_rankCheat != -1 ? cheat_code[m_rankCheat] : "...");
|
|
||||||
DrawTextLeft(m_pPixmap, { 200, 0 }, str, FONTWHITE);
|
|
||||||
sprintf(str, "m_posCheat %d", m_posCheat);
|
|
||||||
DrawTextLeft(m_pPixmap, { 200, 20 }, str, FONTWHITE);
|
|
||||||
///////////////
|
|
||||||
|
|
||||||
if (m_phase == WM_PHASE_PLAY && m_phase == WM_PHASE_PLAYTEST && m_phase == WM_PHASE_BUILD)
|
if (m_phase == WM_PHASE_PLAY && m_phase == WM_PHASE_PLAYTEST && m_phase == WM_PHASE_BUILD)
|
||||||
m_pPixmap->DrawPart(-1, 0, pos, rect, 1, 0);
|
m_pPixmap->DrawPart(-1, 0, pos, rect, 1, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user