X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Cockpit%2Fpanel.cxx;h=a79c779026c7d4d75e03f84c600c27577091dabf;hb=c74350c4fe126328ced5e080a4d262d0bcba5369;hp=66c0bac18cf9b6d9ca2508a92135d392cb6e4c21;hpb=ad3ae513488acc0364815218dbfd22dc13bf9eab;p=flightgear.git diff --git a/Cockpit/panel.cxx b/Cockpit/panel.cxx index 66c0bac18..a79c77902 100644 --- a/Cockpit/panel.cxx +++ b/Cockpit/panel.cxx @@ -42,7 +42,6 @@ #include #include -#include #include
#include
@@ -404,8 +403,9 @@ CreatePointer(&pointer[i]); // strcat(tpath, "arthor.rgb"); // if ( (imag = ImageLoad(tpath)) == NULL ){ - // fgPrintf( FG_COCKPIT, FG_EXIT, + // fgPrintf( FG_COCKPIT, FG_ALERT, // "Error loading cockpit texture %s\n", tpath ); + // exit(-1); // } xglPixelStorei(GL_UNPACK_ROW_LENGTH, 256); @@ -726,6 +726,11 @@ pointer->vertices[19] = pointer->vertices[3]; /* $Log$ +/* Revision 1.9 1998/11/06 21:18:01 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.8 1998/10/16 23:27:37 curt /* C++-ifying. /*