Skip to content

Commit

Permalink
Pulled a big and useful changeset from Rich Mattes (jpgr87@github.com)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Vaughan authored and Richard Vaughan committed Jun 21, 2010
1 parent e8a957d commit 02333f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libstage/model_load.cc
Expand Up @@ -228,10 +228,9 @@ void Model::Load()
LoadControllerModule( lib );
}
}

// internally interval is in usec, but we use msec in worldfiles
interval = 1000 * wf->ReadInt( wf_entity, "update_interval", interval/1000 );


Say( wf->ReadString(wf_entity, "say", "" ));

Expand Down

0 comments on commit 02333f0

Please sign in to comment.