[Gcblue-commits] gcb_wx/include/common tcOptions.h,1.11,1.12
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-07-16 23:11:08
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26245/include/common Modified Files: tcOptions.h Log Message: Index: tcOptions.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcOptions.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** tcOptions.h 30 Dec 2004 17:26:05 -0000 1.11 --- tcOptions.h 16 Jul 2005 23:10:59 -0000 1.12 *************** *** 66,75 **** int mbPlayMusic; int disableSound; - int mbShowMapDebug; int mnMapMode; int mbFillRangeCircles; - int mbTextureMappedMaps; int mbUseNTDS; ! int debugLevel; /// 0 - own-alliance only, 1 - raw track data, 2 - add true pitch roll if available, 3 - use true data if avail --- 66,75 ---- int mbPlayMusic; int disableSound; int mnMapMode; int mbFillRangeCircles; int mbUseNTDS; ! ! int max3Drange; ///< 0 - 50 km, 1 - 75 km, 2 - 100 km ! int useFarSceneView; ///< 0 - only one scene view, 1 - use near and far scene views (help with z-fighting) /// 0 - own-alliance only, 1 - raw track data, 2 - add true pitch roll if available, 3 - use true data if avail |