From f4929613aab8bf0ad158d181bb35dfc86b1a9cf1 Mon Sep 17 00:00:00 2001 From: elasota Date: Sun, 1 Mar 2020 23:37:28 -0500 Subject: [PATCH] Remove some debug checks --- GpApp/Room.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/GpApp/Room.cpp b/GpApp/Room.cpp index 58d9c00..aa85f0c 100644 --- a/GpApp/Room.cpp +++ b/GpApp/Room.cpp @@ -325,18 +325,11 @@ void ReflectCurrentRoom (Boolean forceMapRedraw) } } GenerateRetroLinks(); - DebugPixMap(backSrcMap->m_port.GetPixMap(), "DebugData/EditorSplash1"); UpdateEditWindowTitle(); - DebugPixMap(backSrcMap->m_port.GetPixMap(), "DebugData/EditorSplash2"); ReadyBackground(thisRoom->background, thisRoom->tiles); - DebugPixMap(backSrcMap->m_port.GetPixMap(), "DebugData/EditorSplash3"); GetThisRoomsObjRects(); - DebugPixMap(backSrcMap->m_port.GetPixMap(), "DebugData/EditorSplash4"); DrawThisRoomsObjects(); - DebugPixMap(backSrcMap->m_port.GetPixMap(), "DebugData/EditorSplash5"); - PL_NotYetImplemented_TODO("FixMe"); - DebugPixMap(backSrcMap->m_port.GetPixMap(), "DebugData/EditorSplash6"); UpdateMainWindow(); #endif }