From: mfranz Date: Wed, 7 Jun 2006 21:35:11 +0000 (+0000) Subject: boy, what a load of ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fe3bdf0837b77c12da7a1285c43cab02a846e38b;p=flightgear.git boy, what a load of ... --- diff --git a/src/Cockpit/hud.hxx b/src/Cockpit/hud.hxx index c4bb458ca..24525fca6 100644 --- a/src/Cockpit/hud.hxx +++ b/src/Cockpit/hud.hxx @@ -69,7 +69,6 @@ SG_USING_STD(vector); SG_USING_NAMESPACE(std); -#define HUD_BRT_MEDIUM 5 // FIXME remove me // some of Norman's crazy optimizations. :-) diff --git a/src/Cockpit/hud_inst.cxx b/src/Cockpit/hud_inst.cxx index 53894e257..2505aa1a4 100644 --- a/src/Cockpit/hud_inst.cxx +++ b/src/Cockpit/hud_inst.cxx @@ -3,7 +3,7 @@ UINT instr_item :: instances = 0; // Initial value of zero -int instr_item :: brightness = HUD_BRT_MEDIUM; +int instr_item :: brightness = 5;/*HUD_BRT_MEDIUM*/ //glRGBTRIPLE instr_item :: color = {0.1, 0.7, 0.0}; glRGBTRIPLE instr_item :: color = {0.0, 1.0, 0.0};