diff --git a/Utils/MapEdit/Core.cpp b/Utils/MapEdit/Core.cpp index db71fc58a..0868e952b 100644 --- a/Utils/MapEdit/Core.cpp +++ b/Utils/MapEdit/Core.cpp @@ -72,12 +72,8 @@ int Width,Height; Height=Dlg.m_Height; // Create Tile Layers -// Type Width Height Scale 3d? Resizable? -// AddLayer(LAYER_TYPE_TILE,LAYERTILE_BACK,32,32); -// AddLayer(LAYER_TYPE_TILE,LAYERTILE_MID, Width, Height); AddLayer(LAYER_TYPE_TILE,LAYERTILE_ACTION, Width, Height); // AddLayer(LAYER_TYPE_COLLISION,-1, Width, Height); -// AddLayer(LAYER_TYPE_TILE,LAYERTILE_FORE, Width, Height); ActiveLayer=FindActionLayer(); MapCam.Zero();