From 892a13335efcc4391c1ec6a890acf2ae4805e6e2 Mon Sep 17 00:00:00 2001 From: jummy Date: Sun, 6 Oct 2024 01:08:52 -0500 Subject: [PATCH] removed (some) debug text --- src/event.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/event.cpp b/src/event.cpp index eee71f5..a9572e5 100644 --- a/src/event.cpp +++ b/src/event.cpp @@ -2529,14 +2529,6 @@ BOOL CEvent::DrawButtons() 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) m_pPixmap->DrawPart(-1, 0, pos, rect, 1, 0);