[Gcblue-commits] gcb_wx/include/common tcOptions.h,1.9,1.10
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-12-07 03:59:45
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13413/include/common Modified Files: tcOptions.h Log Message: Sonar work, passive sonar, torpedoes Index: tcOptions.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/tcOptions.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** tcOptions.h 6 Nov 2004 15:13:39 -0000 1.9 --- tcOptions.h 7 Dec 2004 03:59:05 -0000 1.10 *************** *** 76,79 **** --- 76,81 ---- int mn3DCheatMode; + bool log3DModelDetails; ///< true to write detailed info to stdout.txt while loading 3D models + tsOptionInfo maOptionInfo[N_OPTIONS]; int mnNumOptions; |