public void Anim_Walk() { if (m_ModelActionRow != null) { m_CurAnimSpeed = m_ModelActionRow.getWalk1(); } action(walk_anim, true, false); }