Update of /cvsroot/csp/APPLICATIONS/CSPFlightSim/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv28509/CSPFlightSim/Include
Modified Files:
BaseObject.h
Log Message:
fixed a couple build dependencies, related to osg cvs (should still work with osg 0.9.2)
flight model parameters for M2k updated from delta
Index: BaseObject.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPFlightSim/Include/BaseObject.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** BaseObject.h 12 Dec 2002 21:10:16 -0000 1.4
--- BaseObject.h 13 Dec 2002 01:20:57 -0000 1.5
***************
*** 129,133 ****
void ShowRepresentant(unsigned short const p_usflag)
{
! m_rpSwitch->setAllChildrenOff();
m_rpSwitch->setValue(p_usflag, true);
}
--- 129,134 ----
void ShowRepresentant(unsigned short const p_usflag)
{
! //m_rpSwitch->setAllChildrenOff();
! m_rpSwitch->setValue(1-p_usflag, false);
m_rpSwitch->setValue(p_usflag, true);
}
|