This commit is contained in:
parent
425713a3aa
commit
c1309c1c96
44 changed files with 2193 additions and 1452 deletions
|
@ -5,7 +5,7 @@
|
|||
#include "MapEdit.h"
|
||||
|
||||
#include "MapEditDoc.h"
|
||||
#include "MapSizeDlg.h"
|
||||
#include "GUIResize.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define new DEBUG_NEW
|
||||
|
@ -261,7 +261,7 @@ void CMapEditDoc::TileBankSet()
|
|||
/*********************************************************************************/
|
||||
void CMapEditDoc::OnMapSetSize()
|
||||
{
|
||||
CMapSizeDlg Dlg;
|
||||
CGUIResize Dlg;
|
||||
|
||||
Dlg.m_Width=Core.GetMapWidth();
|
||||
Dlg.m_Height=Core.GetMapHeight();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue