This commit is contained in:
Daveo 2001-01-23 22:05:56 +00:00
parent 321b43070c
commit 2e5379f6f3

View File

@ -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();