From: <mk...@us...> - 2003-02-19 19:35:11
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim/Data In directory sc8-pr-cvs1:/tmp/cvs-serv10260/Data Modified Files: CSPSim.ini Log Message: added default data paths Index: CSPSim.ini =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Data/CSPSim.ini,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CSPSim.ini 19 Feb 2003 11:41:55 -0000 1.3 --- CSPSim.ini 19 Feb 2003 19:35:06 -0000 1.4 *************** *** 12,15 **** --- 12,19 ---- ModelPath = ../Data InputMapPath = ../Data/Input + DataPath = ../Data + ImagePath = ../Data/Images + FontPath = ../Data/Fonts + TerrainPath = ../Data/Terrain [View] *************** *** 21,28 **** [Testing] - ;Date = 2003-02-18 03:50:00.0 Date = 2003-02-18 19:50:00.0 - ;Date = 2003-02-5 03:20:00.0 Latitude = 37 Longitude = -122 SpinWorld = false --- 25,32 ---- [Testing] Date = 2003-02-18 19:50:00.0 Latitude = 37 Longitude = -122 SpinWorld = false + ;Date = 2003-02-18 03:50:00.0 + ;Date = 2003-02-5 03:20:00.0 |