[Gcblue-commits] gcb_wx/include/database tcLauncherDBObject.h,1.10,1.11
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-02-01 02:28:18
|
Update of /cvsroot/gcblue/gcb_wx/include/database In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15962/include/database Modified Files: tcLauncherDBObject.h Log Message: Ground SAM related updates Index: tcLauncherDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcLauncherDBObject.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** tcLauncherDBObject.h 7 Dec 2004 03:59:07 -0000 1.10 --- tcLauncherDBObject.h 1 Feb 2005 02:28:08 -0000 1.11 *************** *** 43,46 **** --- 43,47 ---- public: float cycleTime; ///< down time between shots + bool isAutoPoint; ///< true to always point launcher toward target tcDBString mzChildClass; ///< class of platform to launch (simple model) UINT mnCapacity; ///< max number of launch objects held (simple model) |