mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-14 06:34:55 +00:00
Made ScEd output entities into an XML file.
Added CStrW::utf8() (used by XMLWriter). This was SVN commit r1716.
This commit is contained in:
@@ -134,7 +134,6 @@ void CEntityManager::destroy( u16 handle )
|
||||
{
|
||||
m_reaper.push_back( m_entities[handle].m_entity );
|
||||
m_entities[handle].m_entity->me.m_handle = INVALID_HANDLE;
|
||||
//delete( m_entities[handle].m_entity ); // PT: Don't delete here, because the reaper will kill it later
|
||||
}
|
||||
|
||||
bool CEntityManager::m_extant = false;
|
||||
|
||||
Reference in New Issue
Block a user