debug_out -> debug_printf; MICROLOG moved to ps/Pyrogenesis.h

This was SVN commit r2285.
This commit is contained in:
janwas
2005-05-11 18:56:30 +00:00
parent 122b3aeb86
commit fd4eb91e93
25 changed files with 71 additions and 67 deletions
+1 -1
View File
@@ -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
{