mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 15:16:38 +00:00
Remove some debug checks
This commit is contained in:
@@ -325,18 +325,11 @@ void ReflectCurrentRoom (Boolean forceMapRedraw)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
GenerateRetroLinks();
|
GenerateRetroLinks();
|
||||||
DebugPixMap(backSrcMap->m_port.GetPixMap(), "DebugData/EditorSplash1");
|
|
||||||
UpdateEditWindowTitle();
|
UpdateEditWindowTitle();
|
||||||
DebugPixMap(backSrcMap->m_port.GetPixMap(), "DebugData/EditorSplash2");
|
|
||||||
ReadyBackground(thisRoom->background, thisRoom->tiles);
|
ReadyBackground(thisRoom->background, thisRoom->tiles);
|
||||||
DebugPixMap(backSrcMap->m_port.GetPixMap(), "DebugData/EditorSplash3");
|
|
||||||
GetThisRoomsObjRects();
|
GetThisRoomsObjRects();
|
||||||
DebugPixMap(backSrcMap->m_port.GetPixMap(), "DebugData/EditorSplash4");
|
|
||||||
DrawThisRoomsObjects();
|
DrawThisRoomsObjects();
|
||||||
DebugPixMap(backSrcMap->m_port.GetPixMap(), "DebugData/EditorSplash5");
|
|
||||||
|
|
||||||
PL_NotYetImplemented_TODO("FixMe");
|
|
||||||
DebugPixMap(backSrcMap->m_port.GetPixMap(), "DebugData/EditorSplash6");
|
|
||||||
UpdateMainWindow();
|
UpdateMainWindow();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user