From: curt Date: Mon, 31 Aug 1998 20:45:31 +0000 (+0000) Subject: Tweaks from Friedemann. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d345053be6e23779e2b3ad907ac930a008e3086f;p=flightgear.git Tweaks from Friedemann. --- diff --git a/Cockpit/panel.cxx b/Cockpit/panel.cxx index 25882978e..70bfb0a08 100644 --- a/Cockpit/panel.cxx +++ b/Cockpit/panel.cxx @@ -79,7 +79,7 @@ IMAGE *img2; IMAGE *img; static GLuint panel_list; -static GLuint panel_tex_id[4]; +static GLuint panel_tex_id; static GLubyte tex[32][128][3]; static GLint stencil[1024][768]; static float alphahist; @@ -370,13 +370,11 @@ for(i=0;ivertices[19] = pointer->vertices[3]; /* $Log$ -/* Revision 1.6 1998/08/28 18:14:40 curt -/* Added new cockpit code from Friedemann Reinhard -/* +/* Revision 1.7 1998/08/31 20:45:31 curt +/* Tweaks from Friedemann. /* + * Revision 1.6 1998/08/28 18:14:40 curt + * Added new cockpit code from Friedemann Reinhard + * + * * Revision 1.1 1998/06/27 16:47:54 curt * Incorporated Friedemann Reinhard's * first pass at an isntrument panel. * */ - - -