API CHANGE! Better serialization support.

This commit is contained in:
Mikko Mononen
2010-03-25 12:24:40 +00:00
parent ca6bbf1889
commit 5119b5cb16
60 changed files with 5217 additions and 3805 deletions

View File

@@ -1,5 +1,5 @@
//
// Copyright (c) 2009 Mikko Mononen memon@inside.org
// Copyright (c) 2009-2010 Mikko Mononen memon@inside.org
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages
@@ -636,7 +636,7 @@ bool Sample_SoloMeshSimple::handleBuild()
return false;
}
if (!m_navMesh->init(navData, navDataSize, true, 2048))
if (!m_navMesh->init(navData, navDataSize, DT_TILE_FREE_DATA, 2048))
{
delete [] navData;
if (rcGetLog())