[Gcblue-commits] gcb_wx/include/sim tcMapData.h,1.15,1.16
Status: Alpha
Brought to you by:
ddcforge
From: Dewitt C. <ddc...@us...> - 2006-12-13 22:48:50
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv16403/include/sim Modified Files: tcMapData.h Log Message: Index: tcMapData.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tcMapData.h,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** tcMapData.h 17 Aug 2006 01:27:11 -0000 1.15 --- tcMapData.h 13 Dec 2006 22:48:48 -0000 1.16 *************** *** 46,51 **** #define M_LOWRES (int)180*120/K_DEC_LOWRES // latitude cells for low res global map #define N_LOWRES (int)360*120/K_DEC_LOWRES // longitude ! #define M_HIGHRES 800 ! #define N_HIGHRES 1200 #define N_DEMFILES 16 #define MAX_TILES 256 // maximum number of tiles available to hold high res map data --- 46,51 ---- #define M_LOWRES (int)180*120/K_DEC_LOWRES // latitude cells for low res global map #define N_LOWRES (int)360*120/K_DEC_LOWRES // longitude ! #define M_HIGHRES 1000 ! #define N_HIGHRES 1500 #define N_DEMFILES 16 #define MAX_TILES 256 // maximum number of tiles available to hold high res map data |