mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Remove some debug checks
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user