mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-14 00:13:46 +00:00
huge cleanup and conversion of most string handling (especially paths) to unicode
please note: format strings must be %hs for char* arguments and %ls for wchar_t* This was SVN commit r7161.
This commit is contained in:
@@ -224,7 +224,7 @@ HEntity CEntityManager::Create(CEntityTemplate* base, CVector3D position, float
|
||||
m_nextalloc++;
|
||||
if(m_nextalloc >= MAX_HANDLES)
|
||||
{
|
||||
debug_warn("Ran out of entity handles!");
|
||||
debug_warn(L"Ran out of entity handles!");
|
||||
return HEntity();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user