1
0
Fork 0

Update to point to a more generic/current location by default.

This commit is contained in:
curt 2004-12-05 01:16:35 +00:00
parent 75747d3516
commit 142144a0c3

View file

@ -38,7 +38,7 @@ SG_USING_STD(cout);
SG_USING_STD(endl);
static string server = "scenery.flightgear.org";
static string source_module = "Scenery-0.9.5";
static string source_module = "Scenery";
static string source_base = server + (string)"::" + source_module;
static string dest_base = "/dest/scenery/dir";