X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Scenery%2Fscenery.cxx;h=730a9c92429534de5dd137b564940f94263d6cac;hb=c74350c4fe126328ced5e080a4d262d0bcba5369;hp=6b171376ec51640ccb018df9b68af1b4b1b7b0e2;hpb=ad3ae513488acc0364815218dbfd22dc13bf9eab;p=flightgear.git diff --git a/Scenery/scenery.cxx b/Scenery/scenery.cxx index 6b171376e..730a9c924 100644 --- a/Scenery/scenery.cxx +++ b/Scenery/scenery.cxx @@ -36,7 +36,7 @@ #include #include -#include +#include #include
// #include "obj.hxx" @@ -61,7 +61,7 @@ int fgSceneryInit( void ) { o = ¤t_options; - fgPrintf(FG_TERRAIN, FG_INFO, "Initializing scenery subsystem\n"); + FG_LOG( FG_TERRAIN, FG_INFO, "Initializing scenery subsystem" ); scenery.cur_elev = -9999; @@ -82,6 +82,11 @@ void fgSceneryRender( void ) { // $Log$ +// Revision 1.10 1998/11/06 21:18:20 curt +// Converted to new logstream debugging facility. This allows release +// builds with no messages at all (and no performance impact) by using +// the -DFG_NDEBUG flag. +// // Revision 1.9 1998/10/16 23:27:57 curt // C++-ifying. //