add lua/xml bindings

This commit is contained in:
Chris Danford
2005-07-30 19:32:55 +00:00
parent 3263654989
commit d94230caf4
3 changed files with 63 additions and 5 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ void CourseContentsList::SetFromGameState()
if( unsigned(i) < pTrail->m_vEntries.size() )
pte[pn] = &pTrail->m_vEntries[i];
}
d.LoadFromTrailEntry( (int)(truncf(m_fItemAtPosition0InList))+i+1, pte );
d.SetFromTrailEntry( (int)(truncf(m_fItemAtPosition0InList))+i+1, pte );
}
bool bLoop = pMasterTrail->m_vEntries.size() > uNumEntriesToShow;