[Gcblue-commits] gcb_wx/include/common simmath.h,1.13,1.14
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-07-18 03:18:08
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11624/include/common Modified Files: simmath.h Log Message: Index: simmath.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/simmath.h,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** simmath.h 23 Apr 2004 00:14:56 -0000 1.13 --- simmath.h 18 Jul 2004 03:17:59 -0000 1.14 *************** *** 111,115 **** void ClearFlags() {mnFlags=0;} ! void Clear() { --- 111,115 ---- void ClearFlags() {mnFlags=0;} ! /// why is mnID set to 0 instead of -1 ? void Clear() { *************** *** 118,122 **** mnID=0;mfClimbAngle_rad=0;mnFlags = 0; mnPassivePlatformID = -1; ! } bool IsAir() {return ((mnClassification & PTYPE_AIR) != 0);} bool IsMissile() {return ((mnClassification & PTYPE_MISSILE) != 0);} --- 118,122 ---- mnID=0;mfClimbAngle_rad=0;mnFlags = 0; mnPassivePlatformID = -1; ! } bool IsAir() {return ((mnClassification & PTYPE_AIR) != 0);} bool IsMissile() {return ((mnClassification & PTYPE_MISSILE) != 0);} |