1
0
Fork 0

Change some terrasync defaults.

This commit is contained in:
curt 2003-12-04 04:13:43 +00:00
parent 9d15561937
commit baaea29281

View file

@ -39,8 +39,8 @@ SG_USING_STD(cout);
SG_USING_STD(endl);
#endif
static string server = "baron.flightgear.org";
static string source_module = "Scenery-0.7.9";
static string server = "scenery.flightgear.org";
static string source_module = "scenery-0.9.2";
static string source_base = server + (string)"::" + source_module;
static string dest_base = "/dest/scenery/dir";