mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-14 03:35:48 +00:00
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:
@@ -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;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user