mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
debug_out -> debug_printf; MICROLOG moved to ps/Pyrogenesis.h
This was SVN commit r2285.
This commit is contained in:
@@ -175,7 +175,7 @@ bool CObjectEntry::BuildRandomVariant(CObjectBase::variation_key& vars, CObjectB
|
||||
if (AnimNameLC == "decay")
|
||||
m_CorpseAnim = m_Animations[t].m_AnimData;
|
||||
//else
|
||||
// debug_out("Invalid animation name '%s'\n", (const char*)AnimNameLC);
|
||||
// debug_printf("Invalid animation name '%s'\n", (const char*)AnimNameLC);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user