Minor changes to use CUnit::GetModel() and CUnit::GetObject() instead of m_Model and m_Object, as these are no longer public.

This was SVN commit r308.
This commit is contained in:
notpete
2004-05-29 20:58:11 +00:00
parent f4d09178a9
commit 6535db7fd4
3 changed files with 11 additions and 20 deletions
@@ -29,7 +29,6 @@ void CBaseEntityCollection::loadTemplates()
// He's so annoyingly slow...
CBaseEntity* dude = getTemplate( "Prometheus Dude" );
dude->m_actorObject->m_WalkAnim->m_FrameTime /= 10.0f;
dude->m_speed *= 10.0f;
/*