Example #1
0
void CBurer::UpdateCL()
{
	inherited::UpdateCL();

	UpdateGraviObject();
	//if (m_fast_gravi->check_start_conditions()) 
	//	control().activate(ControlCom::eComCustom1);
}
Example #2
0
void CBurer::UpdateCL()
{
	inherited::UpdateCL();
	TScanner::frame_update(Device.dwTimeDelta);

	UpdateGraviObject();

	
	//if (m_fast_gravi->check_start_conditions()) 
	//	control().activate(ControlCom::eComCustom1);

}