This commit is contained in:
parent
08c732c29a
commit
aefdd396f8
51 changed files with 1467 additions and 682 deletions
|
@ -84,6 +84,9 @@ void CMapEditDoc::Serialize(CArchive& ar)
|
|||
if (ar.IsStoring())
|
||||
{
|
||||
Core.Save(ar.GetFile());
|
||||
//#if _DEBUG && 1
|
||||
// Core.Export(ar.GetFile()->GetFilePath());
|
||||
//#endif
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue