don't throw away Course scores for Courses that aren't currently loaded on the machine

This commit is contained in:
Chris Danford
2004-04-18 19:36:42 +00:00
parent 3bc5943a9e
commit d62369baf1
8 changed files with 94 additions and 42 deletions
+2
View File
@@ -80,6 +80,8 @@ void ReceptorArrow::DrawPrimitives()
void ReceptorArrow::Step()
{
m_pReceptorGo->FinishTweening();
m_pReceptorWaiting->FinishTweening();
m_pReceptorGo->Command( m_sStepCommand );
m_pReceptorWaiting->Command( m_sStepCommand );
}