* Jon Stockill -- Saturday 15 November 2003 15:44: > Hmmm, I tried a colon - that didn't work either. What's the bugfix? Is it > in SimGear CVS?
No. I submitted it to the list but it was ignored. Index: sg_path.cxx =================================================================== RCS file: /var/cvs/SimGear-0.3/SimGear/simgear/misc/sg_path.cxx,v retrieving revision 1.6 diff -u -p -r1.6 sg_path.cxx --- sg_path.cxx 9 Aug 2003 02:54:15 -0000 1.6 +++ sg_path.cxx 15 Nov 2003 14:19:42 -0000 @@ -40,7 +40,7 @@ static const char sgDirPathSep = ':'; static const char sgDirPathSepBad = '/'; #else static const char sgDirPathSep = '/'; -static const char sgDirPathSepBad = ':'; +static const char sgDirPathSepBad = '\\'; #endif #if defined( WIN32 ) But note that I don't separate Models and Terrain. I've rather a local scenery dir that overrides some of the global scenery. But as soon as there's a stg file found in the local dir, the rest of the global dir is completely ignored, so I have to copy/link everything from the global dir to the override dir. That's in my ~/.bashrc: export FG_SCENERY=/home/m/.fgfs/Scenery:$FG_ROOT/Scenery m. _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
