From 2e5379f6f32666b84a92933e12be3be6ba2a6fdf Mon Sep 17 00:00:00 2001 From: Daveo Date: Tue, 23 Jan 2001 22:05:56 +0000 Subject: [PATCH] --- Utils/MapEdit/Core.cpp | 4 ---- 1 file changed, 4 deletions(-) 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();