[Gcblue-commits] gcb_wx/include/database tcDatabaseObject.h,1.12,1.13 tcWeaponDBObject.h,1.1,1.2
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-07-27 23:26:16
|
Update of /cvsroot/gcblue/gcb_wx/include/database In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16280/include/database Modified Files: tcDatabaseObject.h tcWeaponDBObject.h Log Message: Index: tcDatabaseObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcDatabaseObject.h,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** tcDatabaseObject.h 27 Jul 2004 00:16:23 -0000 1.12 --- tcDatabaseObject.h 27 Jul 2004 23:26:06 -0000 1.13 *************** *** 88,91 **** --- 88,92 ---- #define MTYPE_FIXEDWINGX 12 // model with more realism #define MTYPE_AIRFIELD 13 + #define MTYPE_BALLISTIC 14 // database object types (database class identifier) Index: tcWeaponDBObject.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/database/tcWeaponDBObject.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tcWeaponDBObject.h 27 Jul 2004 00:16:23 -0000 1.1 --- tcWeaponDBObject.h 27 Jul 2004 23:26:06 -0000 1.2 *************** *** 37,40 **** --- 37,41 ---- public: float mfDamage; ///< damage value + float launchSpeed_mps; ///< initial speed at launch, use zero to use plat speed virtual const char* GetClassName() {return "Sensor";} ///< returns class name of database object |