Update of /cvsroot/gcblue/gcb_wx/include/sim
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15566/include/sim
Modified Files:
tcSubObject.h
Log Message:
Fixed shaking object bug
Index: tcSubObject.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcSubObject.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** tcSubObject.h 10 Jul 2005 20:32:02 -0000 1.8
--- tcSubObject.h 14 Jul 2005 23:41:50 -0000 1.9
***************
*** 62,69 ****
bool GetPeriscopeState() const;
bool GetRadarMastState() const;
! bool GetSnorkelState() const;
virtual float GetSonarSourceLevel() const;
bool IsAtPeriscopeDepth() const;
bool IsDieselElectric() const;
bool IsSurfaced() const;
void SetPeriscopeState(bool state);
--- 62,70 ----
bool GetPeriscopeState() const;
bool GetRadarMastState() const;
!
virtual float GetSonarSourceLevel() const;
bool IsAtPeriscopeDepth() const;
bool IsDieselElectric() const;
+ bool IsSnorkeling() const;
bool IsSurfaced() const;
void SetPeriscopeState(bool state);
|