Matevz Jekovec <[EMAIL PROTECTED]> writes:

> Yesterday's CVS works fine on my machine (except disappearing sound,
> but that's probably plib and new sound card issue).

found the bug:

diff -u -r1.2 FGTileLoader.cxx
--- FGTileLoader.cxx    8 Aug 2003 20:11:22 -0000       1.2
+++ FGTileLoader.cxx    8 Aug 2003 22:43:47 -0000
@@ -97,7 +97,7 @@
            tmp.set( globals->get_fg_scenery() );
        } else {
            tmp.set( globals->get_fg_root() );
-           tile_path.append( "Scenery" );
+           tmp.append( "Scenery" );
        }
         tile_path = tmp.str();
        beenhere = true;

this is in src/Scenery.

--alex--

-- 
| I believe the moment is at hand when, by a paranoiac and active |
|  advance of the mind, it will be possible (simultaneously with  |
|  automatism and other passive states) to systematize confusion  |
|  and thus to help to discredit completely the world of reality. |

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to